Html Css Color HEX #9000CA Dark Violet

📋 copy color: '#9000CA'

red 144 ◦ green 0 ◦ blue 202

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

Shades of Dark Violet #9000CA

Tints of Dark Violet #9000CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.62%
G = 0%
B = 58.38%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9000CA (or 0x9000CA) is known color: Dark Violet. HEX triplet: 90, 00 and CA. RGB value is (144,0,202). Sum of RGB (Red+Green+Blue) = 144+0+202=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #9000CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000CA is #6FFF35. Grayscale: #414141. Windows color (decimal): -7339830 or 13238416. OLE color: 13238416.

HSL color Cylindrical-coordinate representation of color #9000CA: hue angle of 282.77º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000CA is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 0 202 -
CMYK 0.29 1 0 0.21
HSL 282.77º 1% 0.4% -
HSV(B) 282.77º 1% 0.79% -
XYZ 22.16 10.19 56.68 -
YUV 66.08 204.71 183.57 -
System Red Green Blue C M Y K H S L
Decimal 144 0 202 0.29 1 0 0.21 282.77 1 0.4
Hex 90 0 CA 1D 64 0 15 11B 64 28
Octal 220 0 312 35 144 0 25 433 144 50
Binary 10010000 0 11001010 11101 1100100 0 10101 100011011 1100100 101000

Color Harmonies of #9000CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9000CA

Black with #9000CA

Text Example


Text Example

White with #9000CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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