Html Css Color HEX #981EEF Blue Violet

📋 copy color: '#981EEF'

red 152 ◦ green 30 ◦ blue 239

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

Shades of Blue Violet #981EEF

Tints of Blue Violet #981EEF

RGB

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

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

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

R = 36.1%
G = 7.13%
B = 56.77%

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

#981EEF (or 0x981EEF) is known color: Blue Violet. HEX triplet: 98, 1E and EF. RGB value is (152,30,239). Sum of RGB (Red+Green+Blue) = 152+30+239=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #981EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981EEF is #67E110. Grayscale: #595959. Windows color (decimal): -6807825 or 15670936. OLE color: 15670936.

HSL color Cylindrical-coordinate representation of color #981EEF: hue angle of 275.02º 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 #981EEF is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 30 239 -
CMYK 0.36 0.87 0 0.06
HSL 275.02º 0.87% 0.53% -
HSV(B) 275.02º 0.87% 0.94% -
XYZ 28.99 13.84 82.8 -
YUV 90.3 211.92 172.01 -
System Red Green Blue C M Y K H S L
Decimal 152 30 239 0.36 0.87 0 0.06 275.02 0.87 0.53
Hex 98 1E EF 24 57 0 6 113 57 35
Octal 230 36 357 44 127 0 6 423 127 65
Binary 10011000 11110 11101111 100100 1010111 0 110 100010011 1010111 110101

Color Harmonies of #981EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981EEF

Black with #981EEF

Text Example


Text Example

White with #981EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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