#9E34BC

Color #9E34BC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9E34BC

Tints of Dark Orchid #9E34BC

Color information

#9E34BC (or 0x9E34BC) is unknown color: approx Dark Orchid. HEX triplet: 9E, 34 and BC. RGB value is (158,52,188). Sum of RGB (Red+Green+Blue) = 158+52+188=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E34BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E34BC is #61CB43. Grayscale: #626262. Windows color (decimal): -6409028 or 12334238. OLE color: 12334238.

HSL color Cylindrical-coordinate representation of color #9E34BC: hue angle of 286.76º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E34BC is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15852188-
CMYK0.160.7200.26
HSL286.76º56.67%47.06%-
HSV(B)286.76º72.34%73.73%-
XYZ24.4113.3648.87-
YUV99.2178.12169.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 39.70%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=39.70%
G=13.07%
B=47.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158521880.160.7200.26286.7656.6747.06
Hex9E34BC104801A11f392f
Octal23664274201100324377157
Binary1001111011010010111100100001001000011010100011111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E34BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E34BC; }

 p { color: rgb(158,52,188); }

 H1.HeaderClassName
 {
   color: #9E34BC;
 }
 .AnyTagClassName
 {
   color: #9E34BC;
 }
</style>
background-color css

<style>
 a { background-color: #9E34BC; }

 a { background-color: rgb(158,52,188); }

 div.DivClassName
 {
   background-color: #9E34BC;
 }
 .BgClassName
 {
   background-color: #9E34BC;
 }
</style>
border-color css

<style>
 span { border-color: #9E34BC; }

 span { border-color: rgb(158,52,188); }

 td.TdClassName
 {
   border-color: #9E34BC;
 }
 .TagClassName
 {
   border-color: #9E34BC;
 }
</style>