Html Css Color HEX #9F2ACC Dark Orchid

📋 copy color: '#9F2ACC'

red 159 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #9F2ACC

Tints of Dark Orchid #9F2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.37%

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 39.26%
G = 10.37%
B = 50.37%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F2ACC (or 0x9F2ACC) is known color: Dark Orchid. HEX triplet: 9F, 2A and CC. RGB value is (159,42,204). Sum of RGB (Red+Green+Blue) = 159+42+204=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2ACC is #60D533. Grayscale: #5E5E5E. Windows color (decimal): -6346036 or 13380255. OLE color: 13380255.

HSL color Cylindrical-coordinate representation of color #9F2ACC: hue angle of 283.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2ACC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 42 204 -
CMYK 0.22 0.79 0 0.2
HSL 283.33º 0.66% 0.48% -
HSV(B) 283.33º 0.79% 0.8% -
XYZ 26.03 13.39 58.34 -
YUV 95.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 159 42 204 0.22 0.79 0 0.2 283.33 0.66 0.48
Hex 9F 2A CC 16 4F 0 14 11B 42 30
Octal 237 52 314 26 117 0 24 433 102 60
Binary 10011111 101010 11001100 10110 1001111 0 10100 100011011 1000010 110000

Color Harmonies of #9F2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2ACC

Black with #9F2ACC

Text Example


Text Example

White with #9F2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,42,204); }

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

background-color css

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

 a { background-color: rgb(159,42,204); }

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

border-color css

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

 span { border-color: rgb(159,42,204); }

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