#981BDC

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

Shades of Blue Violet #981BDC

Tints of Blue Violet #981BDC

Color information

#981BDC (or 0x981BDC) is unknown color: approx Blue Violet. HEX triplet: 98, 1B and DC. RGB value is (152,27,220). Sum of RGB (Red+Green+Blue) = 152+27+220=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #981BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BDC is #67E423. Grayscale: #555555. Windows color (decimal): -6808612 or 14424984. OLE color: 14424984.

HSL color Cylindrical-coordinate representation of color #981BDC: hue angle of 278.86º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981BDC is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15227220-
CMYK0.310.8800.14
HSL278.86º78.14%48.43%-
HSV(B)278.86º87.73%86.27%-
XYZ26.2612.6368.76-
YUV86.38203.41174.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 27 (10.94% from 255) = 6.77%
BLUE value IS 220 (86.33% from 255) = 55.14%
R=38.10%
G=6.77%
B=55.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152272200.310.8800.14278.8678.1448.43
Hex981BDC1F580E1174e30
Octal230333343713001642711660
Binary100110001101111011100111111011000011101000101111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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