Html Css Color HEX #981DDB Blue Violet

📋 copy color: '#981DDB'

red 152 ◦ green 29 ◦ blue 219

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

Shades of Blue Violet #981DDB

Tints of Blue Violet #981DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.25%

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

R = 38%
G = 7.25%
B = 54.75%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#981DDB (or 0x981DDB) is known color: Blue Violet. HEX triplet: 98, 1D and DB. RGB value is (152,29,219). Sum of RGB (Red+Green+Blue) = 152+29+219=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #981DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DDB is #67E224. Grayscale: #565656. Windows color (decimal): -6808101 or 14359960. OLE color: 14359960.

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

Color convert

RGB 152 29 219 -
CMYK 0.31 0.87 0 0.14
HSL 278.84º 0.77% 0.49% -
HSV(B) 278.84º 0.87% 0.86% -
XYZ 26.17 12.67 68.08 -
YUV 87.44 202.25 174.05 -
System Red Green Blue C M Y K H S L
Decimal 152 29 219 0.31 0.87 0 0.14 278.84 0.77 0.49
Hex 98 1D DB 1F 57 0 E 117 4D 31
Octal 230 35 333 37 127 0 16 427 115 61
Binary 10011000 11101 11011011 11111 1010111 0 1110 100010111 1001101 110001

Color Harmonies of #981DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DDB

Black with #981DDB

Text Example


Text Example

White with #981DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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