Html Css Color HEX #981FFB Blue Violet

📋 copy color: '#981FFB'

red 152 ◦ green 31 ◦ blue 251

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

Shades of Blue Violet #981FFB

Tints of Blue Violet #981FFB

RGB

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

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

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

R = 35.02%
G = 7.14%
B = 57.83%

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

#981FFB (or 0x981FFB) is known color: Blue Violet. HEX triplet: 98, 1F and FB. RGB value is (152,31,251). Sum of RGB (Red+Green+Blue) = 152+31+251=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #981FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981FFB is #67E004. Grayscale: #5B5B5B. Windows color (decimal): -6807557 or 16457624. OLE color: 16457624.

HSL color Cylindrical-coordinate representation of color #981FFB: hue angle of 273º degrees, saturation: 0.96, 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 #981FFB is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 31 251 -
CMYK 0.39 0.88 0 0.02
HSL 273º 0.96% 0.55% -
HSV(B) 273º 0.88% 0.98% -
XYZ 30.85 14.62 92.46 -
YUV 92.26 217.59 170.61 -
System Red Green Blue C M Y K H S L
Decimal 152 31 251 0.39 0.88 0 0.02 273 0.96 0.55
Hex 98 1F FB 27 58 0 2 111 60 37
Octal 230 37 373 47 130 0 2 421 140 67
Binary 10011000 11111 11111011 100111 1011000 0 10 100010001 1100000 110111

Color Harmonies of #981FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FFB

Black with #981FFB

Text Example


Text Example

White with #981FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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