Html Css Color HEX #981EFB Blue Violet

📋 copy color: '#981EFB'

red 152 ◦ green 30 ◦ blue 251

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

Shades of Blue Violet #981EFB

Tints of Blue Violet #981EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.93%

 BLUE value IS 251 (98.44% from 255) = 57.97%

R = 35.1%
G = 6.93%
B = 57.97%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#981EFB (or 0x981EFB) is known color: Blue Violet. HEX triplet: 98, 1E and FB. RGB value is (152,30,251). Sum of RGB (Red+Green+Blue) = 152+30+251=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #981EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981EFB is #67E104. Grayscale: #5A5A5A. Windows color (decimal): -6807813 or 16457368. OLE color: 16457368.

HSL color Cylindrical-coordinate representation of color #981EFB: hue angle of 273.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981EFB is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 30 251 -
CMYK 0.39 0.88 0 0.02
HSL 273.12º 0.97% 0.55% -
HSV(B) 273.12º 0.88% 0.98% -
XYZ 30.83 14.57 92.45 -
YUV 91.67 217.92 171.03 -
System Red Green Blue C M Y K H S L
Decimal 152 30 251 0.39 0.88 0 0.02 273.12 0.97 0.55
Hex 98 1E FB 27 58 0 2 111 61 37
Octal 230 36 373 47 130 0 2 421 141 67
Binary 10011000 11110 11111011 100111 1011000 0 10 100010001 1100001 110111

Color Harmonies of #981EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981EFB

Black with #981EFB

Text Example


Text Example

White with #981EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,30,251); }

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

background-color css

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

 a { background-color: rgb(152,30,251); }

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

border-color css

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

 span { border-color: rgb(152,30,251); }

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