Html Css Color HEX #981CDD Blue Violet

📋 copy color: '#981CDD'

red 152 ◦ green 28 ◦ blue 221

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

Shades of Blue Violet #981CDD

Tints of Blue Violet #981CDD

RGB

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

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

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

R = 37.91%
G = 6.98%
B = 55.11%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#981CDD (or 0x981CDD) is known color: Blue Violet. HEX triplet: 98, 1C and DD. RGB value is (152,28,221). Sum of RGB (Red+Green+Blue) = 152+28+221=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #981CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CDD is #67E322. Grayscale: #565656. Windows color (decimal): -6808355 or 14490776. OLE color: 14490776.

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

Color convert

RGB 152 28 221 -
CMYK 0.31 0.87 0 0.13
HSL 278.55º 0.78% 0.49% -
HSV(B) 278.55º 0.87% 0.87% -
XYZ 26.42 12.73 69.47 -
YUV 87.08 203.58 174.31 -
System Red Green Blue C M Y K H S L
Decimal 152 28 221 0.31 0.87 0 0.13 278.55 0.78 0.49
Hex 98 1C DD 1F 57 0 D 117 4E 31
Octal 230 34 335 37 127 0 15 427 116 61
Binary 10011000 11100 11011101 11111 1010111 0 1101 100010111 1001110 110001

Color Harmonies of #981CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CDD

Black with #981CDD

Text Example


Text Example

White with #981CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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