#981CED

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

Shades of Blue Violet #981CED

Tints of Blue Violet #981CED

Color information

#981CED (or 0x981CED) is unknown color: approx Blue Violet. HEX triplet: 98, 1C and ED. RGB value is (152,28,237). Sum of RGB (Red+Green+Blue) = 152+28+237=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #981CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CED is #67E312. Grayscale: #585858. Windows color (decimal): -6808339 or 15539352. OLE color: 15539352.

HSL color Cylindrical-coordinate representation of color #981CED: hue angle of 275.6º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CED is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15228237-
CMYK0.360.8800.07
HSL275.6º85.31%51.96%-
HSV(B)275.6º88.19%92.94%-
XYZ28.6513.6281.24-
YUV88.9211.58173.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 28 (11.33% from 255) = 6.71%
BLUE value IS 237 (92.97% from 255) = 56.83%
R=36.45%
G=6.71%
B=56.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152282370.360.8800.07275.685.3151.96
Hex981CED2458071145534
Octal23034355441300742412564
Binary100110001110011101101100100101100001111000101001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,28,237); }

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

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

 a { background-color: rgb(152,28,237); }

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

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

 span { border-color: rgb(152,28,237); }

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