Html Css Color HEX #990CCE Dark Violet

📋 copy color: '#990CCE'

red 153 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #990CCE

Tints of Dark Violet #990CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 41.24%
G = 3.23%
B = 55.53%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#990CCE (or 0x990CCE) is known color: Dark Violet. HEX triplet: 99, 0C and CE. RGB value is (153,12,206). Sum of RGB (Red+Green+Blue) = 153+12+206=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #990CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CCE is #66F331. Grayscale: #4B4B4B. Windows color (decimal): -6746930 or 13503641. OLE color: 13503641.

HSL color Cylindrical-coordinate representation of color #990CCE: hue angle of 283.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990CCE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 12 206 -
CMYK 0.26 0.94 0 0.19
HSL 283.61º 0.89% 0.43% -
HSV(B) 283.61º 0.94% 0.81% -
XYZ 24.41 11.49 59.32 -
YUV 76.28 201.21 182.73 -
System Red Green Blue C M Y K H S L
Decimal 153 12 206 0.26 0.94 0 0.19 283.61 0.89 0.43
Hex 99 C CE 1A 5E 0 13 11C 59 2B
Octal 231 14 316 32 136 0 23 434 131 53
Binary 10011001 1100 11001110 11010 1011110 0 10011 100011100 1011001 101011

Color Harmonies of #990CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CCE

Black with #990CCE

Text Example


Text Example

White with #990CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990CCE; }

 p { color: rgb(153,12,206); }

 H1.HeaderClassName
 {
   color: #990CCE;
 }
 .AnyTagClassName
 {
   color: #990CCE;
 }
</style>

background-color css

<style>
 a { background-color: #990CCE; }

 a { background-color: rgb(153,12,206); }

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

border-color css

<style>
 span { border-color: #990CCE; }

 span { border-color: rgb(153,12,206); }

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