Html Css Color HEX #981BDD Blue Violet

📋 copy color: '#981BDD'

red 152 ◦ green 27 ◦ blue 221

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

Shades of Blue Violet #981BDD

Tints of Blue Violet #981BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.75%

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

R = 38%
G = 6.75%
B = 55.25%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#981BDD (or 0x981BDD) is known color: Blue Violet. HEX triplet: 98, 1B and DD. RGB value is (152,27,221). Sum of RGB (Red+Green+Blue) = 152+27+221=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #981BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BDD is #67E422. Grayscale: #555555. Windows color (decimal): -6808611 or 14490520. OLE color: 14490520.

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

Color convert

RGB 152 27 221 -
CMYK 0.31 0.88 0 0.13
HSL 278.66º 0.78% 0.49% -
HSV(B) 278.66º 0.88% 0.87% -
XYZ 26.39 12.68 69.46 -
YUV 86.49 203.91 174.73 -
System Red Green Blue C M Y K H S L
Decimal 152 27 221 0.31 0.88 0 0.13 278.66 0.78 0.49
Hex 98 1B DD 1F 58 0 D 117 4E 31
Octal 230 33 335 37 130 0 15 427 116 61
Binary 10011000 11011 11011101 11111 1011000 0 1101 100010111 1001110 110001

Color Harmonies of #981BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981BDD

Black with #981BDD

Text Example


Text Example

White with #981BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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