Html Css Color HEX #9007E1 Dark Violet

📋 copy color: '#9007E1'

red 144 ◦ green 7 ◦ blue 225

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

Shades of Dark Violet #9007E1

Tints of Dark Violet #9007E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 59.84%

R = 38.3%
G = 1.86%
B = 59.84%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9007E1 (or 0x9007E1) is known color: Dark Violet. HEX triplet: 90, 07 and E1. RGB value is (144,7,225). Sum of RGB (Red+Green+Blue) = 144+7+225=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #9007E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9007E1 is #6FF81E. Grayscale: #484848. Windows color (decimal): -7338015 or 14747536. OLE color: 14747536.

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

Color convert

RGB 144 7 225 -
CMYK 0.36 0.97 0 0.12
HSL 277.71º 0.94% 0.45% -
HSV(B) 277.71º 0.97% 0.88% -
XYZ 25.17 11.52 72.13 -
YUV 72.82 213.89 178.77 -
System Red Green Blue C M Y K H S L
Decimal 144 7 225 0.36 0.97 0 0.12 277.71 0.94 0.45
Hex 90 7 E1 24 61 0 C 116 5E 2D
Octal 220 7 341 44 141 0 14 426 136 55
Binary 10010000 111 11100001 100100 1100001 0 1100 100010110 1011110 101101

Color Harmonies of #9007E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9007E1

Black with #9007E1

Text Example


Text Example

White with #9007E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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