Html Css Color HEX #990BCE Dark Violet

📋 copy color: '#990BCE'

red 153 ◦ green 11 ◦ blue 206

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

Shades of Dark Violet #990BCE

Tints of Dark Violet #990BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.97%

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

R = 41.35%
G = 2.97%
B = 55.68%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#990BCE (or 0x990BCE) is known color: Dark Violet. HEX triplet: 99, 0B and CE. RGB value is (153,11,206). Sum of RGB (Red+Green+Blue) = 153+11+206=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #990BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BCE is #66F431. Grayscale: #4B4B4B. Windows color (decimal): -6747186 or 13503385. OLE color: 13503385.

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

Color convert

RGB 153 11 206 -
CMYK 0.26 0.95 0 0.19
HSL 283.69º 0.9% 0.43% -
HSV(B) 283.69º 0.95% 0.81% -
XYZ 24.4 11.47 59.32 -
YUV 75.69 201.54 183.14 -
System Red Green Blue C M Y K H S L
Decimal 153 11 206 0.26 0.95 0 0.19 283.69 0.9 0.43
Hex 99 B CE 1A 5F 0 13 11C 5A 2B
Octal 231 13 316 32 137 0 23 434 132 53
Binary 10011001 1011 11001110 11010 1011111 0 10011 100011100 1011010 101011

Color Harmonies of #990BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BCE

Black with #990BCE

Text Example


Text Example

White with #990BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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