Html Css Color HEX #981FEF Blue Violet

📋 copy color: '#981FEF'

red 152 ◦ green 31 ◦ blue 239

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

Shades of Blue Violet #981FEF

Tints of Blue Violet #981FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 36.02%
G = 7.35%
B = 56.64%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#981FEF (or 0x981FEF) is known color: Blue Violet. HEX triplet: 98, 1F and EF. RGB value is (152,31,239). Sum of RGB (Red+Green+Blue) = 152+31+239=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #981FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981FEF is #67E010. Grayscale: #5A5A5A. Windows color (decimal): -6807569 or 15671192. OLE color: 15671192.

HSL color Cylindrical-coordinate representation of color #981FEF: hue angle of 274.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981FEF is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 31 239 -
CMYK 0.36 0.87 0 0.06
HSL 274.9º 0.87% 0.53% -
HSV(B) 274.9º 0.87% 0.94% -
XYZ 29.02 13.89 82.81 -
YUV 90.89 211.59 171.59 -
System Red Green Blue C M Y K H S L
Decimal 152 31 239 0.36 0.87 0 0.06 274.9 0.87 0.53
Hex 98 1F EF 24 57 0 6 113 57 35
Octal 230 37 357 44 127 0 6 423 127 65
Binary 10011000 11111 11101111 100100 1010111 0 110 100010011 1010111 110101

Color Harmonies of #981FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FEF

Black with #981FEF

Text Example


Text Example

White with #981FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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