Html Css Color HEX #990CDE Dark Violet

📋 copy color: '#990CDE'

red 153 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #990CDE

Tints of Dark Violet #990CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.36%

R = 39.53%
G = 3.1%
B = 57.36%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#990CDE (or 0x990CDE) is known color: Dark Violet. HEX triplet: 99, 0C and DE. RGB value is (153,12,222). Sum of RGB (Red+Green+Blue) = 153+12+222=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #990CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CDE is #66F321. Grayscale: #4D4D4D. Windows color (decimal): -6746914 or 14552217. OLE color: 14552217.

HSL color Cylindrical-coordinate representation of color #990CDE: hue angle of 280.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990CDE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 12 222 -
CMYK 0.31 0.95 0 0.13
HSL 280.29º 0.9% 0.46% -
HSV(B) 280.29º 0.95% 0.87% -
XYZ 26.45 12.31 70.09 -
YUV 78.1 209.21 181.42 -
System Red Green Blue C M Y K H S L
Decimal 153 12 222 0.31 0.95 0 0.13 280.29 0.9 0.46
Hex 99 C DE 1F 5F 0 D 118 5A 2E
Octal 231 14 336 37 137 0 15 430 132 56
Binary 10011001 1100 11011110 11111 1011111 0 1101 100011000 1011010 101110

Color Harmonies of #990CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CDE

Black with #990CDE

Text Example


Text Example

White with #990CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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