Html Css Color HEX #981CFB Blue Violet

📋 copy color: '#981CFB'

red 152 ◦ green 28 ◦ blue 251

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

Shades of Blue Violet #981CFB

Tints of Blue Violet #981CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.5%

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

R = 35.27%
G = 6.5%
B = 58.24%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#981CFB (or 0x981CFB) is known color: Blue Violet. HEX triplet: 98, 1C and FB. RGB value is (152,28,251). Sum of RGB (Red+Green+Blue) = 152+28+251=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #981CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CFB is #67E304. Grayscale: #595959. Windows color (decimal): -6808325 or 16456856. OLE color: 16456856.

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

Color convert

RGB 152 28 251 -
CMYK 0.39 0.89 0 0.02
HSL 273.36º 0.97% 0.55% -
HSV(B) 273.36º 0.89% 0.98% -
XYZ 30.78 14.47 92.44 -
YUV 90.5 218.58 171.87 -
System Red Green Blue C M Y K H S L
Decimal 152 28 251 0.39 0.89 0 0.02 273.36 0.97 0.55
Hex 98 1C FB 27 59 0 2 111 61 37
Octal 230 34 373 47 131 0 2 421 141 67
Binary 10011000 11100 11111011 100111 1011001 0 10 100010001 1100001 110111

Color Harmonies of #981CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CFB

Black with #981CFB

Text Example


Text Example

White with #981CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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