Html Css Color HEX #990CBD Dark Violet

📋 copy color: '#990CBD'

red 153 ◦ green 12 ◦ blue 189

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

Shades of Dark Violet #990CBD

Tints of Dark Violet #990CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.39%

R = 43.22%
G = 3.39%
B = 53.39%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#990CBD (or 0x990CBD) is known color: Dark Violet. HEX triplet: 99, 0C and BD. RGB value is (153,12,189). Sum of RGB (Red+Green+Blue) = 153+12+189=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #990CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CBD is #66F342. Grayscale: #494949. Windows color (decimal): -6746947 or 12389529. OLE color: 12389529.

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

Color convert

RGB 153 12 189 -
CMYK 0.19 0.94 0 0.26
HSL 287.8º 0.88% 0.39% -
HSV(B) 287.8º 0.94% 0.74% -
XYZ 22.45 10.71 49.03 -
YUV 74.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 153 12 189 0.19 0.94 0 0.26 287.8 0.88 0.39
Hex 99 C BD 13 5E 0 1A 120 58 27
Octal 231 14 275 23 136 0 32 440 130 47
Binary 10011001 1100 10111101 10011 1011110 0 11010 100100000 1011000 100111

Color Harmonies of #990CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CBD

Black with #990CBD

Text Example


Text Example

White with #990CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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