Html Css Color HEX #981ADB Blue Violet

📋 copy color: '#981ADB'

red 152 ◦ green 26 ◦ blue 219

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

Shades of Blue Violet #981ADB

Tints of Blue Violet #981ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.55%

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

R = 38.29%
G = 6.55%
B = 55.16%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#981ADB (or 0x981ADB) is known color: Blue Violet. HEX triplet: 98, 1A and DB. RGB value is (152,26,219). Sum of RGB (Red+Green+Blue) = 152+26+219=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #981ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ADB is #67E524. Grayscale: #555555. Windows color (decimal): -6808869 or 14359192. OLE color: 14359192.

HSL color Cylindrical-coordinate representation of color #981ADB: hue angle of 279.17º degrees, saturation: 0.79, 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 #981ADB is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 26 219 -
CMYK 0.31 0.88 0 0.14
HSL 279.17º 0.79% 0.48% -
HSV(B) 279.17º 0.88% 0.86% -
XYZ 26.1 12.53 68.06 -
YUV 85.68 203.24 175.31 -
System Red Green Blue C M Y K H S L
Decimal 152 26 219 0.31 0.88 0 0.14 279.17 0.79 0.48
Hex 98 1A DB 1F 58 0 E 117 4F 30
Octal 230 32 333 37 130 0 16 427 117 60
Binary 10011000 11010 11011011 11111 1011000 0 1110 100010111 1001111 110000

Color Harmonies of #981ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981ADB

Black with #981ADB

Text Example


Text Example

White with #981ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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