Html Css Color HEX #9539D9 Dark Orchid

📋 copy color: '#9539D9'

red 149 ◦ green 57 ◦ blue 217

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

Shades of Dark Orchid #9539D9

Tints of Dark Orchid #9539D9

RGB

 RED value IS 149 (58.59% from 255) = 35.22%

 GREEN value IS 57 (22.66% from 255) = 13.48%

 BLUE value IS 217 (85.16% from 255) = 51.3%

R = 35.22%
G = 13.48%
B = 51.3%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9539D9 (or 0x9539D9) is known color: Dark Orchid. HEX triplet: 95, 39 and D9. RGB value is (149,57,217). Sum of RGB (Red+Green+Blue) = 149+57+217=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #9539D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539D9 is #6AC626. Grayscale: #666666. Windows color (decimal): -6997543 or 14236053. OLE color: 14236053.

HSL color Cylindrical-coordinate representation of color #9539D9: hue angle of 274.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9539D9 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 57 217 -
CMYK 0.31 0.74 0 0.15
HSL 274.5º 0.68% 0.54% -
HSV(B) 274.5º 0.74% 0.85% -
XYZ 26.38 14.33 67.02 -
YUV 102.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 149 57 217 0.31 0.74 0 0.15 274.5 0.68 0.54
Hex 95 39 D9 1F 4A 0 F 112 44 36
Octal 225 71 331 37 112 0 17 422 104 66
Binary 10010101 111001 11011001 11111 1001010 0 1111 100010010 1000100 110110

Color Harmonies of #9539D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9539D9

Black with #9539D9

Text Example


Text Example

White with #9539D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9539D9; }

 p { color: rgb(149,57,217); }

 H1.HeaderClassName
 {
   color: #9539D9;
 }
 .AnyTagClassName
 {
   color: #9539D9;
 }
</style>

background-color css

<style>
 a { background-color: #9539D9; }

 a { background-color: rgb(149,57,217); }

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

border-color css

<style>
 span { border-color: #9539D9; }

 span { border-color: rgb(149,57,217); }

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