Html Css Color HEX #9905E6 Dark Violet

📋 copy color: '#9905E6'

red 153 ◦ green 5 ◦ blue 230

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

Shades of Dark Violet #9905E6

Tints of Dark Violet #9905E6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

 BLUE value IS 230 (90.23% from 255) = 59.28%

R = 39.43%
G = 1.29%
B = 59.28%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9905E6 (or 0x9905E6) is known color: Dark Violet. HEX triplet: 99, 05 and E6. RGB value is (153,5,230). Sum of RGB (Red+Green+Blue) = 153+5+230=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 230 (90.23% from 255 or 59.28% from 388); Max value from RGB is 230 - color contains mainly: blue. Hex color #9905E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9905E6 is #66FA19. Grayscale: #4A4A4A. Windows color (decimal): -6748698 or 15074713. OLE color: 15074713.

HSL color Cylindrical-coordinate representation of color #9905E6: hue angle of 279.47º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9905E6 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 5 230 -
CMYK 0.33 0.98 0 0.10
HSL 279.47º 0.96% 0.46% -
HSV(B) 279.47º 0.98% 0.9% -
XYZ 27.47 12.59 75.85 -
YUV 74.9 215.53 183.7 -
System Red Green Blue C M Y K H S L
Decimal 153 5 230 0.33 0.98 0 0.10 279.47 0.96 0.46
Hex 99 5 E6 21 62 0 A 117 60 2E
Octal 231 5 346 41 142 0 12 427 140 56
Binary 10011001 101 11100110 100001 1100010 0 1010 100010111 1100000 101110

Color Harmonies of #9905E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9905E6

Black with #9905E6

Text Example


Text Example

White with #9905E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9905E6; }

 p { color: rgb(153,5,230); }

 H1.HeaderClassName
 {
   color: #9905E6;
 }
 .AnyTagClassName
 {
   color: #9905E6;
 }
</style>

background-color css

<style>
 a { background-color: #9905E6; }

 a { background-color: rgb(153,5,230); }

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

border-color css

<style>
 span { border-color: #9905E6; }

 span { border-color: rgb(153,5,230); }

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