Html Css Color HEX #9007EE Dark Violet

📋 copy color: '#9007EE'

red 144 ◦ green 7 ◦ blue 238

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

Shades of Dark Violet #9007EE

Tints of Dark Violet #9007EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.18%

R = 37.02%
G = 1.8%
B = 61.18%

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

#9007EE (or 0x9007EE) is known color: Dark Violet. HEX triplet: 90, 07 and EE. RGB value is (144,7,238). Sum of RGB (Red+Green+Blue) = 144+7+238=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #9007EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9007EE is #6FF811. Grayscale: #494949. Windows color (decimal): -7338002 or 15599504. OLE color: 15599504.

HSL color Cylindrical-coordinate representation of color #9007EE: hue angle of 275.58º 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 #9007EE is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 7 238 -
CMYK 0.39 0.97 0 0.07
HSL 275.58º 0.94% 0.48% -
HSV(B) 275.58º 0.97% 0.93% -
XYZ 27.01 12.25 81.83 -
YUV 74.3 220.39 177.72 -
System Red Green Blue C M Y K H S L
Decimal 144 7 238 0.39 0.97 0 0.07 275.58 0.94 0.48
Hex 90 7 EE 27 61 0 7 114 5E 30
Octal 220 7 356 47 141 0 7 424 136 60
Binary 10010000 111 11101110 100111 1100001 0 111 100010100 1011110 110000

Color Harmonies of #9007EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9007EE

Black with #9007EE

Text Example


Text Example

White with #9007EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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