Html Css Color HEX #9F2DB6 Dark Orchid

📋 copy color: '#9F2DB6'

red 159 ◦ green 45 ◦ blue 182

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

Shades of Dark Orchid #9F2DB6

Tints of Dark Orchid #9F2DB6

RGB

 RED value IS 159 (62.5% from 255) = 41.19%

 GREEN value IS 45 (17.97% from 255) = 11.66%

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 41.19%
G = 11.66%
B = 47.15%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9F2DB6 (or 0x9F2DB6) is known color: Dark Orchid. HEX triplet: 9F, 2D and B6. RGB value is (159,45,182). Sum of RGB (Red+Green+Blue) = 159+45+182=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F2DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2DB6 is #60D249. Grayscale: #5E5E5E. Windows color (decimal): -6345290 or 11939231. OLE color: 11939231.

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

Color convert

RGB 159 45 182 -
CMYK 0.13 0.75 0 0.29
HSL 289.93º 0.6% 0.45% -
HSV(B) 289.93º 0.75% 0.71% -
XYZ 23.68 12.63 45.44 -
YUV 94.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 159 45 182 0.13 0.75 0 0.29 289.93 0.6 0.45
Hex 9F 2D B6 D 4B 0 1D 122 3C 2D
Octal 237 55 266 15 113 0 35 442 74 55
Binary 10011111 101101 10110110 1101 1001011 0 11101 100100010 111100 101101

Color Harmonies of #9F2DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2DB6

Black with #9F2DB6

Text Example


Text Example

White with #9F2DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,45,182); }

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

background-color css

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

 a { background-color: rgb(159,45,182); }

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

border-color css

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

 span { border-color: rgb(159,45,182); }

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