Html Css Color HEX #991BE0 Blue Violet

📋 copy color: '#991BE0'

red 153 ◦ green 27 ◦ blue 224

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

Shades of Blue Violet #991BE0

Tints of Blue Violet #991BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.68%

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 37.87%
G = 6.68%
B = 55.45%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#991BE0 (or 0x991BE0) is known color: Blue Violet. HEX triplet: 99, 1B and E0. RGB value is (153,27,224). Sum of RGB (Red+Green+Blue) = 153+27+224=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #991BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BE0 is #66E41F. Grayscale: #565656. Windows color (decimal): -6743072 or 14687129. OLE color: 14687129.

HSL color Cylindrical-coordinate representation of color #991BE0: hue angle of 278.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991BE0 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 27 224 -
CMYK 0.32 0.88 0 0.12
HSL 278.38º 0.78% 0.49% -
HSV(B) 278.38º 0.88% 0.88% -
XYZ 26.98 12.94 71.6 -
YUV 87.13 205.24 174.98 -
System Red Green Blue C M Y K H S L
Decimal 153 27 224 0.32 0.88 0 0.12 278.38 0.78 0.49
Hex 99 1B E0 20 58 0 C 116 4E 31
Octal 231 33 340 40 130 0 14 426 116 61
Binary 10011001 11011 11100000 100000 1011000 0 1100 100010110 1001110 110001

Color Harmonies of #991BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991BE0

Black with #991BE0

Text Example


Text Example

White with #991BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991BE0; }

 p { color: rgb(153,27,224); }

 H1.HeaderClassName
 {
   color: #991BE0;
 }
 .AnyTagClassName
 {
   color: #991BE0;
 }
</style>

background-color css

<style>
 a { background-color: #991BE0; }

 a { background-color: rgb(153,27,224); }

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

border-color css

<style>
 span { border-color: #991BE0; }

 span { border-color: rgb(153,27,224); }

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