#981BEB

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

Shades of Blue Violet #981BEB

Tints of Blue Violet #981BEB

Color information

#981BEB (or 0x981BEB) is unknown color: approx Blue Violet. HEX triplet: 98, 1B and EB. RGB value is (152,27,235). Sum of RGB (Red+Green+Blue) = 152+27+235=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #981BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981BEB is #67E414. Grayscale: #575757. Windows color (decimal): -6808597 or 15408024. OLE color: 15408024.

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

Color convert

RGB15227235-
CMYK0.350.8900.08
HSL276.06º83.87%51.37%-
HSV(B)276.06º88.51%92.16%-
XYZ28.3413.4679.7-
YUV88.09210.91173.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 27 (10.94% from 255) = 6.52%
BLUE value IS 235 (92.19% from 255) = 56.76%
R=36.71%
G=6.52%
B=56.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152272350.350.8900.08276.0683.8751.37
Hex981BEB2359081145433
Octal230333534313101042412463
Binary1001100011011111010111000111011001010001000101001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981BEB; }

 p { color: rgb(152,27,235); }

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

<style>
 a { background-color: #981BEB; }

 a { background-color: rgb(152,27,235); }

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

<style>
 span { border-color: #981BEB; }

 span { border-color: rgb(152,27,235); }

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