Html Css Color HEX #981FE0 Blue Violet

📋 copy color: '#981FE0'

red 152 ◦ green 31 ◦ blue 224

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

Shades of Blue Violet #981FE0

Tints of Blue Violet #981FE0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.62%

 BLUE value IS 224 (87.89% from 255) = 55.04%

R = 37.35%
G = 7.62%
B = 55.04%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#981FE0 (or 0x981FE0) is known color: Blue Violet. HEX triplet: 98, 1F and E0. RGB value is (152,31,224). Sum of RGB (Red+Green+Blue) = 152+31+224=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #981FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FE0 is #67E01F. Grayscale: #585858. Windows color (decimal): -6807584 or 14688152. OLE color: 14688152.

HSL color Cylindrical-coordinate representation of color #981FE0: hue angle of 277.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981FE0 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 31 224 -
CMYK 0.32 0.86 0 0.12
HSL 277.62º 0.76% 0.5% -
HSV(B) 277.62º 0.86% 0.88% -
XYZ 26.89 13.04 71.62 -
YUV 89.18 204.09 172.81 -
System Red Green Blue C M Y K H S L
Decimal 152 31 224 0.32 0.86 0 0.12 277.62 0.76 0.5
Hex 98 1F E0 20 56 0 C 116 4C 32
Octal 230 37 340 40 126 0 14 426 114 62
Binary 10011000 11111 11100000 100000 1010110 0 1100 100010110 1001100 110010

Color Harmonies of #981FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FE0

Black with #981FE0

Text Example


Text Example

White with #981FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,31,224); }

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

background-color css

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

 a { background-color: rgb(152,31,224); }

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

border-color css

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

 span { border-color: rgb(152,31,224); }

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