Html Css Color HEX #9007CA Dark Violet

📋 copy color: '#9007CA'

red 144 ◦ green 7 ◦ blue 202

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

Shades of Dark Violet #9007CA

Tints of Dark Violet #9007CA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

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

R = 40.79%
G = 1.98%
B = 57.22%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9007CA (or 0x9007CA) is known color: Dark Violet. HEX triplet: 90, 07 and CA. RGB value is (144,7,202). Sum of RGB (Red+Green+Blue) = 144+7+202=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #9007CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9007CA is #6FF835. Grayscale: #454545. Windows color (decimal): -7338038 or 13240208. OLE color: 13240208.

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

Color convert

RGB 144 7 202 -
CMYK 0.29 0.97 0 0.21
HSL 282.15º 0.93% 0.41% -
HSV(B) 282.15º 0.97% 0.79% -
XYZ 22.24 10.35 56.7 -
YUV 70.19 202.39 180.64 -
System Red Green Blue C M Y K H S L
Decimal 144 7 202 0.29 0.97 0 0.21 282.15 0.93 0.41
Hex 90 7 CA 1D 61 0 15 11A 5D 29
Octal 220 7 312 35 141 0 25 432 135 51
Binary 10010000 111 11001010 11101 1100001 0 10101 100011010 1011101 101001

Color Harmonies of #9007CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9007CA

Black with #9007CA

Text Example


Text Example

White with #9007CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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