Html Css Color HEX #981FE6 Blue Violet

📋 copy color: '#981FE6'

red 152 ◦ green 31 ◦ blue 230

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

Shades of Blue Violet #981FE6

Tints of Blue Violet #981FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.69%

R = 36.8%
G = 7.51%
B = 55.69%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#981FE6 (or 0x981FE6) is known color: Blue Violet. HEX triplet: 98, 1F and E6. RGB value is (152,31,230). Sum of RGB (Red+Green+Blue) = 152+31+230=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #981FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981FE6 is #67E019. Grayscale: #595959. Windows color (decimal): -6807578 or 15081368. OLE color: 15081368.

HSL color Cylindrical-coordinate representation of color #981FE6: hue angle of 276.48º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981FE6 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 31 230 -
CMYK 0.34 0.87 0 0.10
HSL 276.48º 0.8% 0.51% -
HSV(B) 276.48º 0.87% 0.9% -
XYZ 27.72 13.37 75.98 -
YUV 89.87 207.09 172.32 -
System Red Green Blue C M Y K H S L
Decimal 152 31 230 0.34 0.87 0 0.10 276.48 0.8 0.51
Hex 98 1F E6 22 57 0 A 114 50 33
Octal 230 37 346 42 127 0 12 424 120 63
Binary 10011000 11111 11100110 100010 1010111 0 1010 100010100 1010000 110011

Color Harmonies of #981FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FE6

Black with #981FE6

Text Example


Text Example

White with #981FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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