Html Css Color HEX #9F2DCA Dark Orchid

📋 copy color: '#9F2DCA'

red 159 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #9F2DCA

Tints of Dark Orchid #9F2DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 39.16%
G = 11.08%
B = 49.75%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F2DCA (or 0x9F2DCA) is known color: Dark Orchid. HEX triplet: 9F, 2D and CA. RGB value is (159,45,202). Sum of RGB (Red+Green+Blue) = 159+45+202=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F2DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2DCA is #60D235. Grayscale: #606060. Windows color (decimal): -6345270 or 13249951. OLE color: 13249951.

HSL color Cylindrical-coordinate representation of color #9F2DCA: hue angle of 283.57º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2DCA is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 45 202 -
CMYK 0.21 0.78 0 0.21
HSL 283.57º 0.64% 0.48% -
HSV(B) 283.57º 0.78% 0.79% -
XYZ 25.9 13.51 57.12 -
YUV 96.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 159 45 202 0.21 0.78 0 0.21 283.57 0.64 0.48
Hex 9F 2D CA 15 4E 0 15 11C 40 30
Octal 237 55 312 25 116 0 25 434 100 60
Binary 10011111 101101 11001010 10101 1001110 0 10101 100011100 1000000 110000

Color Harmonies of #9F2DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2DCA

Black with #9F2DCA

Text Example


Text Example

White with #9F2DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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