Html Css Color HEX #9007E2 Dark Violet

📋 copy color: '#9007E2'

red 144 ◦ green 7 ◦ blue 226

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

Shades of Dark Violet #9007E2

Tints of Dark Violet #9007E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 59.95%

R = 38.2%
G = 1.86%
B = 59.95%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9007E2 (or 0x9007E2) is known color: Dark Violet. HEX triplet: 90, 07 and E2. RGB value is (144,7,226). Sum of RGB (Red+Green+Blue) = 144+7+226=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 226 (88.67% from 255 or 59.95% from 377); Max value from RGB is 226 - color contains mainly: blue. Hex color #9007E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9007E2 is #6FF81D. Grayscale: #484848. Windows color (decimal): -7338014 or 14813072. OLE color: 14813072.

HSL color Cylindrical-coordinate representation of color #9007E2: hue angle of 277.53º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007E2 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 7 226 -
CMYK 0.36 0.97 0 0.11
HSL 277.53º 0.94% 0.46% -
HSV(B) 277.53º 0.97% 0.89% -
XYZ 25.31 11.57 72.85 -
YUV 72.93 214.39 178.69 -
System Red Green Blue C M Y K H S L
Decimal 144 7 226 0.36 0.97 0 0.11 277.53 0.94 0.46
Hex 90 7 E2 24 61 0 B 116 5E 2E
Octal 220 7 342 44 141 0 13 426 136 56
Binary 10010000 111 11100010 100100 1100001 0 1011 100010110 1011110 101110

Color Harmonies of #9007E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9007E2

Black with #9007E2

Text Example


Text Example

White with #9007E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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