Html Css Color HEX #9E34BD Dark Orchid

📋 copy color: '#9E34BD'

red 158 ◦ green 52 ◦ blue 189

#9E34BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9E34BD

Tints of Dark Orchid #9E34BD

RGB

 RED value IS 158 (62.11% from 255) = 39.6%

 GREEN value IS 52 (20.7% from 255) = 13.03%

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 39.6%
G = 13.03%
B = 47.37%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E34BD (or 0x9E34BD) is known color: Dark Orchid. HEX triplet: 9E, 34 and BD. RGB value is (158,52,189). Sum of RGB (Red+Green+Blue) = 158+52+189=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E34BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E34BD is #61CB42. Grayscale: #626262. Windows color (decimal): -6409027 or 12399774. OLE color: 12399774.

HSL color Cylindrical-coordinate representation of color #9E34BD: hue angle of 286.42º 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 #9E34BD is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 52 189 -
CMYK 0.16 0.72 0 0.26
HSL 286.42º 0.57% 0.47% -
HSV(B) 286.42º 0.72% 0.74% -
XYZ 24.51 13.4 49.44 -
YUV 99.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 158 52 189 0.16 0.72 0 0.26 286.42 0.57 0.47
Hex 9E 34 BD 10 48 0 1A 11E 39 2F
Octal 236 64 275 20 110 0 32 436 71 57
Binary 10011110 110100 10111101 10000 1001000 0 11010 100011110 111001 101111

Color Harmonies of #9E34BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E34BD

Black with #9E34BD

Text Example


Text Example

White with #9E34BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E34BD;
 }
 .AnyTagClassName
 {
   color: #9E34BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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