Html Css Color HEX #991CEA Blue Violet

📋 copy color: '#991CEA'

red 153 ◦ green 28 ◦ blue 234

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

Shades of Blue Violet #991CEA

Tints of Blue Violet #991CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.75%

 BLUE value IS 234 (91.8% from 255) = 56.39%

R = 36.87%
G = 6.75%
B = 56.39%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#991CEA (or 0x991CEA) is known color: Blue Violet. HEX triplet: 99, 1C and EA. RGB value is (153,28,234). Sum of RGB (Red+Green+Blue) = 153+28+234=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #991CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #991CEA is #66E315. Grayscale: #585858. Windows color (decimal): -6742806 or 15342745. OLE color: 15342745.

HSL color Cylindrical-coordinate representation of color #991CEA: hue angle of 276.41º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991CEA is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 28 234 -
CMYK 0.35 0.88 0 0.08
HSL 276.41º 0.83% 0.51% -
HSV(B) 276.41º 0.88% 0.92% -
XYZ 28.4 13.54 78.96 -
YUV 88.86 209.91 173.75 -
System Red Green Blue C M Y K H S L
Decimal 153 28 234 0.35 0.88 0 0.08 276.41 0.83 0.51
Hex 99 1C EA 23 58 0 8 114 53 33
Octal 231 34 352 43 130 0 10 424 123 63
Binary 10011001 11100 11101010 100011 1011000 0 1000 100010100 1010011 110011

Color Harmonies of #991CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991CEA

Black with #991CEA

Text Example


Text Example

White with #991CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,28,234); }

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

background-color css

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

 a { background-color: rgb(153,28,234); }

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

border-color css

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

 span { border-color: rgb(153,28,234); }

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