Html Css Color HEX #9919CA Dark Orchid

📋 copy color: '#9919CA'

red 153 ◦ green 25 ◦ blue 202

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

Shades of Dark Orchid #9919CA

Tints of Dark Orchid #9919CA

RGB

 RED value IS 153 (60.16% from 255) = 40.26%

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

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

R = 40.26%
G = 6.58%
B = 53.16%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9919CA (or 0x9919CA) is known color: Dark Orchid. HEX triplet: 99, 19 and CA. RGB value is (153,25,202). Sum of RGB (Red+Green+Blue) = 153+25+202=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #9919CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9919CA is #66E635. Grayscale: #525252. Windows color (decimal): -6743606 or 13244825. OLE color: 13244825.

HSL color Cylindrical-coordinate representation of color #9919CA: hue angle of 283.39º 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 #9919CA is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 25 202 -
CMYK 0.24 0.88 0 0.21
HSL 283.39º 0.78% 0.45% -
HSV(B) 283.39º 0.88% 0.79% -
XYZ 24.15 11.73 56.87 -
YUV 83.45 194.91 177.61 -
System Red Green Blue C M Y K H S L
Decimal 153 25 202 0.24 0.88 0 0.21 283.39 0.78 0.45
Hex 99 19 CA 18 58 0 15 11B 4E 2D
Octal 231 31 312 30 130 0 25 433 116 55
Binary 10011001 11001 11001010 11000 1011000 0 10101 100011011 1001110 101101

Color Harmonies of #9919CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9919CA

Black with #9919CA

Text Example


Text Example

White with #9919CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9919CA; }

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

 H1.HeaderClassName
 {
   color: #9919CA;
 }
 .AnyTagClassName
 {
   color: #9919CA;
 }
</style>

background-color css

<style>
 a { background-color: #9919CA; }

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

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

border-color css

<style>
 span { border-color: #9919CA; }

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

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