Html Css Color HEX #9019CA Dark Orchid

📋 copy color: '#9019CA'

red 144 ◦ green 25 ◦ blue 202

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

Shades of Dark Orchid #9019CA

Tints of Dark Orchid #9019CA

RGB

 RED value IS 144 (56.64% from 255) = 38.81%

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

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

R = 38.81%
G = 6.74%
B = 54.45%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9019CA (or 0x9019CA) is known color: Dark Orchid. HEX triplet: 90, 19 and CA. RGB value is (144,25,202). Sum of RGB (Red+Green+Blue) = 144+25+202=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #9019CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9019CA is #6FE635. Grayscale: #505050. Windows color (decimal): -7333430 or 13244816. OLE color: 13244816.

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

Color convert

RGB 144 25 202 -
CMYK 0.29 0.88 0 0.21
HSL 280.34º 0.78% 0.45% -
HSV(B) 280.34º 0.88% 0.79% -
XYZ 22.51 10.89 56.79 -
YUV 80.76 196.42 173.11 -
System Red Green Blue C M Y K H S L
Decimal 144 25 202 0.29 0.88 0 0.21 280.34 0.78 0.45
Hex 90 19 CA 1D 58 0 15 118 4E 2D
Octal 220 31 312 35 130 0 25 430 116 55
Binary 10010000 11001 11001010 11101 1011000 0 10101 100011000 1001110 101101

Color Harmonies of #9019CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9019CA

Black with #9019CA

Text Example


Text Example

White with #9019CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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