Html Css Color HEX #990CBF Dark Violet

📋 copy color: '#990CBF'

red 153 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #990CBF

Tints of Dark Violet #990CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.65%

R = 42.98%
G = 3.37%
B = 53.65%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#990CBF (or 0x990CBF) is known color: Dark Violet. HEX triplet: 99, 0C and BF. RGB value is (153,12,191). Sum of RGB (Red+Green+Blue) = 153+12+191=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #990CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990CBF is #66F340. Grayscale: #494949. Windows color (decimal): -6746945 or 12520601. OLE color: 12520601.

HSL color Cylindrical-coordinate representation of color #990CBF: hue angle of 287.26º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990CBF is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 12 191 -
CMYK 0.20 0.94 0 0.25
HSL 287.26º 0.88% 0.4% -
HSV(B) 287.26º 0.94% 0.75% -
XYZ 22.67 10.8 50.18 -
YUV 74.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 153 12 191 0.20 0.94 0 0.25 287.26 0.88 0.4
Hex 99 C BF 14 5E 0 19 11F 58 28
Octal 231 14 277 24 136 0 31 437 130 50
Binary 10011001 1100 10111111 10100 1011110 0 11001 100011111 1011000 101000

Color Harmonies of #990CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CBF

Black with #990CBF

Text Example


Text Example

White with #990CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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