Html Css Color HEX #981EDD Blue Violet

📋 copy color: '#981EDD'

red 152 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #981EDD

Tints of Blue Violet #981EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.44%

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 37.72%
G = 7.44%
B = 54.84%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#981EDD (or 0x981EDD) is known color: Blue Violet. HEX triplet: 98, 1E and DD. RGB value is (152,30,221). Sum of RGB (Red+Green+Blue) = 152+30+221=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #981EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981EDD is #67E122. Grayscale: #575757. Windows color (decimal): -6807843 or 14491288. OLE color: 14491288.

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

Color convert

RGB 152 30 221 -
CMYK 0.31 0.86 0 0.13
HSL 278.32º 0.76% 0.49% -
HSV(B) 278.32º 0.86% 0.87% -
XYZ 26.46 12.82 69.49 -
YUV 88.25 202.92 173.47 -
System Red Green Blue C M Y K H S L
Decimal 152 30 221 0.31 0.86 0 0.13 278.32 0.76 0.49
Hex 98 1E DD 1F 56 0 D 116 4C 31
Octal 230 36 335 37 126 0 15 426 114 61
Binary 10011000 11110 11011101 11111 1010110 0 1101 100010110 1001100 110001

Color Harmonies of #981EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981EDD

Black with #981EDD

Text Example


Text Example

White with #981EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,30,221); }

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

background-color css

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

 a { background-color: rgb(152,30,221); }

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

border-color css

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

 span { border-color: rgb(152,30,221); }

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