#992be9

Color #992BE9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #992BE9

Tints of Blue Violet #992BE9

Color information

#992BE9 (or 0x992BE9) is unknown color: approx Blue Violet. HEX triplet: 99, 2B and E9. RGB value is (153,43,233). Sum of RGB (Red+Green+Blue) = 153+43+233=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #992BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992BE9 is #66D416. Grayscale: #606060. Windows color (decimal): -6738967 or 15281049. OLE color: 15281049.

HSL color Cylindrical-coordinate representation of color #992BE9: hue angle of 274.74º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992BE9 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15343233-
CMYK0.340.8200.09
HSL274.74º81.2%54.12%-
HSV(B)274.74º81.55%91.37%-
XYZ28.7114.3878.35-
YUV97.55204.44167.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 43 (17.19% from 255) = 10.02%
BLUE value IS 233 (91.41% from 255) = 54.31%
R=35.66%
G=10.02%
B=54.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal153432330.340.8200.09274.7481.254.12
Hex992BE92252091135136
Octal231533514212201142312166
Binary10011001101011111010011000101010010010011000100111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992be9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,43,233); }

 H1.HeaderClassName
 {
   color: #992be9;
 }
 .AnyTagClassName
 {
   color: #992be9;
 }
</style>
background-color css

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

 a { background-color: rgb(153,43,233); }

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

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

 span { border-color: rgb(153,43,233); }

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