Html Css Color HEX #981CF5 Blue Violet

📋 copy color: '#981CF5'

red 152 ◦ green 28 ◦ blue 245

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

Shades of Blue Violet #981CF5

Tints of Blue Violet #981CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 57.65%

R = 35.76%
G = 6.59%
B = 57.65%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#981CF5 (or 0x981CF5) is known color: Blue Violet. HEX triplet: 98, 1C and F5. RGB value is (152,28,245). Sum of RGB (Red+Green+Blue) = 152+28+245=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #981CF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CF5 is #67E30A. Grayscale: #595959. Windows color (decimal): -6808331 or 16063640. OLE color: 16063640.

HSL color Cylindrical-coordinate representation of color #981CF5: hue angle of 274.29º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981CF5 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 28 245 -
CMYK 0.38 0.89 0 0.04
HSL 274.29º 0.92% 0.54% -
HSV(B) 274.29º 0.89% 0.96% -
XYZ 29.85 14.1 87.53 -
YUV 89.81 215.58 172.36 -
System Red Green Blue C M Y K H S L
Decimal 152 28 245 0.38 0.89 0 0.04 274.29 0.92 0.54
Hex 98 1C F5 26 59 0 4 112 5C 36
Octal 230 34 365 46 131 0 4 422 134 66
Binary 10011000 11100 11110101 100110 1011001 0 100 100010010 1011100 110110

Color Harmonies of #981CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CF5

Black with #981CF5

Text Example


Text Example

White with #981CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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