Html Css Color HEX #9D3EDE Dark Orchid

📋 copy color: '#9D3EDE'

red 157 ◦ green 62 ◦ blue 222

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

Shades of Dark Orchid #9D3EDE

Tints of Dark Orchid #9D3EDE

RGB

 RED value IS 157 (61.72% from 255) = 35.6%

 GREEN value IS 62 (24.61% from 255) = 14.06%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 35.6%
G = 14.06%
B = 50.34%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D3EDE (or 0x9D3EDE) is known color: Dark Orchid. HEX triplet: 9D, 3E and DE. RGB value is (157,62,222). Sum of RGB (Red+Green+Blue) = 157+62+222=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D3EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3EDE is #62C121. Grayscale: #6C6C6C. Windows color (decimal): -6471970 or 14565021. OLE color: 14565021.

HSL color Cylindrical-coordinate representation of color #9D3EDE: hue angle of 275.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D3EDE is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 62 222 -
CMYK 0.29 0.72 0 0.13
HSL 275.63º 0.71% 0.56% -
HSV(B) 275.63º 0.72% 0.87% -
XYZ 28.81 15.89 70.66 -
YUV 108.65 191.97 162.49 -
System Red Green Blue C M Y K H S L
Decimal 157 62 222 0.29 0.72 0 0.13 275.63 0.71 0.56
Hex 9D 3E DE 1D 48 0 D 114 47 38
Octal 235 76 336 35 110 0 15 424 107 70
Binary 10011101 111110 11011110 11101 1001000 0 1101 100010100 1000111 111000

Color Harmonies of #9D3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3EDE

Black with #9D3EDE

Text Example


Text Example

White with #9D3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,62,222); }

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

background-color css

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

 a { background-color: rgb(157,62,222); }

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

border-color css

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

 span { border-color: rgb(157,62,222); }

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