Html Css Color HEX #9907CC Dark Violet

📋 copy color: '#9907CC'

red 153 ◦ green 7 ◦ blue 204

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

Shades of Dark Violet #9907CC

Tints of Dark Violet #9907CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.04%

R = 42.03%
G = 1.92%
B = 56.04%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9907CC (or 0x9907CC) is known color: Dark Violet. HEX triplet: 99, 07 and CC. RGB value is (153,7,204). Sum of RGB (Red+Green+Blue) = 153+7+204=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #9907CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9907CC is #66F833. Grayscale: #484848. Windows color (decimal): -6748212 or 13371289. OLE color: 13371289.

HSL color Cylindrical-coordinate representation of color #9907CC: hue angle of 284.47º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9907CC is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 7 204 -
CMYK 0.25 0.97 0 0.2
HSL 284.47º 0.93% 0.41% -
HSV(B) 284.47º 0.97% 0.8% -
XYZ 24.11 11.28 58.03 -
YUV 73.11 201.87 184.98 -
System Red Green Blue C M Y K H S L
Decimal 153 7 204 0.25 0.97 0 0.2 284.47 0.93 0.41
Hex 99 7 CC 19 61 0 14 11C 5D 29
Octal 231 7 314 31 141 0 24 434 135 51
Binary 10011001 111 11001100 11001 1100001 0 10100 100011100 1011101 101001

Color Harmonies of #9907CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9907CC

Black with #9907CC

Text Example


Text Example

White with #9907CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9907CC; }

 p { color: rgb(153,7,204); }

 H1.HeaderClassName
 {
   color: #9907CC;
 }
 .AnyTagClassName
 {
   color: #9907CC;
 }
</style>

background-color css

<style>
 a { background-color: #9907CC; }

 a { background-color: rgb(153,7,204); }

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

border-color css

<style>
 span { border-color: #9907CC; }

 span { border-color: rgb(153,7,204); }

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