Html Css Color HEX #992EE1 Blue Violet

📋 copy color: '#992EE1'

red 153 ◦ green 46 ◦ blue 225

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

Shades of Blue Violet #992EE1

Tints of Blue Violet #992EE1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.85%

 BLUE value IS 225 (88.28% from 255) = 53.07%

R = 36.08%
G = 10.85%
B = 53.07%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#992EE1 (or 0x992EE1) is known color: Blue Violet. HEX triplet: 99, 2E and E1. RGB value is (153,46,225). Sum of RGB (Red+Green+Blue) = 153+46+225=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #992EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992EE1 is #66D11E. Grayscale: #616161. Windows color (decimal): -6738207 or 14757529. OLE color: 14757529.

HSL color Cylindrical-coordinate representation of color #992EE1: hue angle of 275.87º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992EE1 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 46 225 -
CMYK 0.32 0.80 0 0.12
HSL 275.87º 0.75% 0.53% -
HSV(B) 275.87º 0.8% 0.88% -
XYZ 27.7 14.16 72.51 -
YUV 98.4 199.45 166.95 -
System Red Green Blue C M Y K H S L
Decimal 153 46 225 0.32 0.80 0 0.12 275.87 0.75 0.53
Hex 99 2E E1 20 50 0 C 114 4B 35
Octal 231 56 341 40 120 0 14 424 113 65
Binary 10011001 101110 11100001 100000 1010000 0 1100 100010100 1001011 110101

Color Harmonies of #992EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992EE1

Black with #992EE1

Text Example


Text Example

White with #992EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992EE1; }

 p { color: rgb(153,46,225); }

 H1.HeaderClassName
 {
   color: #992EE1;
 }
 .AnyTagClassName
 {
   color: #992EE1;
 }
</style>

background-color css

<style>
 a { background-color: #992EE1; }

 a { background-color: rgb(153,46,225); }

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

border-color css

<style>
 span { border-color: #992EE1; }

 span { border-color: rgb(153,46,225); }

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