Html Css Color HEX #9007EC Dark Violet

📋 copy color: '#9007EC'

red 144 ◦ green 7 ◦ blue 236

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

Shades of Dark Violet #9007EC

Tints of Dark Violet #9007EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.98%

R = 37.21%
G = 1.81%
B = 60.98%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9007EC (or 0x9007EC) is known color: Dark Violet. HEX triplet: 90, 07 and EC. RGB value is (144,7,236). Sum of RGB (Red+Green+Blue) = 144+7+236=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #9007EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9007EC is #6FF813. Grayscale: #494949. Windows color (decimal): -7338004 or 15468432. OLE color: 15468432.

HSL color Cylindrical-coordinate representation of color #9007EC: hue angle of 275.9º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007EC is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 7 236 -
CMYK 0.39 0.97 0 0.07
HSL 275.9º 0.94% 0.48% -
HSV(B) 275.9º 0.97% 0.93% -
XYZ 26.72 12.14 80.29 -
YUV 74.07 219.39 177.88 -
System Red Green Blue C M Y K H S L
Decimal 144 7 236 0.39 0.97 0 0.07 275.9 0.94 0.48
Hex 90 7 EC 27 61 0 7 114 5E 30
Octal 220 7 354 47 141 0 7 424 136 60
Binary 10010000 111 11101100 100111 1100001 0 111 100010100 1011110 110000

Color Harmonies of #9007EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9007EC

Black with #9007EC

Text Example


Text Example

White with #9007EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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