Html Css Color HEX #981CDB Blue Violet

📋 copy color: '#981CDB'

red 152 ◦ green 28 ◦ blue 219

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

Shades of Blue Violet #981CDB

Tints of Blue Violet #981CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.02%

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

R = 38.1%
G = 7.02%
B = 54.89%

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

#981CDB (or 0x981CDB) is known color: Blue Violet. HEX triplet: 98, 1C and DB. RGB value is (152,28,219). Sum of RGB (Red+Green+Blue) = 152+28+219=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #981CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CDB is #67E324. Grayscale: #565656. Windows color (decimal): -6808357 or 14359704. OLE color: 14359704.

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

Color convert

RGB 152 28 219 -
CMYK 0.31 0.87 0 0.14
HSL 278.95º 0.77% 0.48% -
HSV(B) 278.95º 0.87% 0.86% -
XYZ 26.15 12.62 68.08 -
YUV 86.85 202.58 174.47 -
System Red Green Blue C M Y K H S L
Decimal 152 28 219 0.31 0.87 0 0.14 278.95 0.77 0.48
Hex 98 1C DB 1F 57 0 E 117 4D 30
Octal 230 34 333 37 127 0 16 427 115 60
Binary 10011000 11100 11011011 11111 1010111 0 1110 100010111 1001101 110000

Color Harmonies of #981CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CDB

Black with #981CDB

Text Example


Text Example

White with #981CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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