Html Css Color HEX #9F19CA Dark Orchid

📋 copy color: '#9F19CA'

red 159 ◦ green 25 ◦ blue 202

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

Shades of Dark Orchid #9F19CA

Tints of Dark Orchid #9F19CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.48%

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

R = 41.19%
G = 6.48%
B = 52.33%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F19CA (or 0x9F19CA) is known color: Dark Orchid. HEX triplet: 9F, 19 and CA. RGB value is (159,25,202). Sum of RGB (Red+Green+Blue) = 159+25+202=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F19CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19CA is #60E635. Grayscale: #545454. Windows color (decimal): -6350390 or 13244831. OLE color: 13244831.

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

Color convert

RGB 159 25 202 -
CMYK 0.21 0.88 0 0.21
HSL 285.42º 0.78% 0.45% -
HSV(B) 285.42º 0.88% 0.79% -
XYZ 25.31 12.33 56.92 -
YUV 85.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 159 25 202 0.21 0.88 0 0.21 285.42 0.78 0.45
Hex 9F 19 CA 15 58 0 15 11D 4E 2D
Octal 237 31 312 25 130 0 25 435 116 55
Binary 10011111 11001 11001010 10101 1011000 0 10101 100011101 1001110 101101

Color Harmonies of #9F19CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19CA

Black with #9F19CA

Text Example


Text Example

White with #9F19CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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