Html Css Color HEX #981FDB Blue Violet

📋 copy color: '#981FDB'

red 152 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #981FDB

Tints of Blue Violet #981FDB

RGB

 RED value IS 152 (59.77% from 255) = 37.81%

 GREEN value IS 31 (12.5% from 255) = 7.71%

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 37.81%
G = 7.71%
B = 54.48%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#981FDB (or 0x981FDB) is known color: Blue Violet. HEX triplet: 98, 1F and DB. RGB value is (152,31,219). Sum of RGB (Red+Green+Blue) = 152+31+219=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #981FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FDB is #67E024. Grayscale: #575757. Windows color (decimal): -6807589 or 14360472. OLE color: 14360472.

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

Color convert

RGB 152 31 219 -
CMYK 0.31 0.86 0 0.14
HSL 278.62º 0.75% 0.49% -
HSV(B) 278.62º 0.86% 0.86% -
XYZ 26.23 12.77 68.1 -
YUV 88.61 201.59 173.21 -
System Red Green Blue C M Y K H S L
Decimal 152 31 219 0.31 0.86 0 0.14 278.62 0.75 0.49
Hex 98 1F DB 1F 56 0 E 117 4B 31
Octal 230 37 333 37 126 0 16 427 113 61
Binary 10011000 11111 11011011 11111 1010110 0 1110 100010111 1001011 110001

Color Harmonies of #981FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FDB

Black with #981FDB

Text Example


Text Example

White with #981FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,31,219); }

 H1.HeaderClassName
 {
   color: #981FDB;
 }
 .AnyTagClassName
 {
   color: #981FDB;
 }
</style>

background-color css

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

 a { background-color: rgb(152,31,219); }

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

border-color css

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

 span { border-color: rgb(152,31,219); }

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