Html Css Color HEX #9900EE Dark Violet

📋 copy color: '#9900EE'

red 153 ◦ green 0 ◦ blue 238

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

Shades of Dark Violet #9900EE

Tints of Dark Violet #9900EE

RGB

 RED value IS 153 (60.16% from 255) = 39.13%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.13%
G = 0%
B = 60.87%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9900EE (or 0x9900EE) is known color: Dark Violet. HEX triplet: 99, 00 and EE. RGB value is (153,0,238). Sum of RGB (Red+Green+Blue) = 153+0+238=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #9900EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9900EE is #66FF11. Grayscale: #484848. Windows color (decimal): -6749970 or 15597721. OLE color: 15597721.

HSL color Cylindrical-coordinate representation of color #9900EE: hue angle of 278.57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900EE is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 0 238 -
CMYK 0.36 1 0 0.07
HSL 278.57º 1% 0.47% -
HSV(B) 278.57º 1% 0.93% -
XYZ 28.57 12.95 81.88 -
YUV 72.88 221.19 185.15 -
System Red Green Blue C M Y K H S L
Decimal 153 0 238 0.36 1 0 0.07 278.57 1 0.47
Hex 99 0 EE 24 64 0 7 117 64 2F
Octal 231 0 356 44 144 0 7 427 144 57
Binary 10011001 0 11101110 100100 1100100 0 111 100010111 1100100 101111

Color Harmonies of #9900EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9900EE

Black with #9900EE

Text Example


Text Example

White with #9900EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,0,238); }

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

background-color css

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

 a { background-color: rgb(153,0,238); }

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

border-color css

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

 span { border-color: rgb(153,0,238); }

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