Html Css Color HEX #981CEE Blue Violet

📋 copy color: '#981CEE'

red 152 ◦ green 28 ◦ blue 238

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

Shades of Blue Violet #981CEE

Tints of Blue Violet #981CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 36.36%
G = 6.7%
B = 56.94%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#981CEE (or 0x981CEE) is known color: Blue Violet. HEX triplet: 98, 1C and EE. RGB value is (152,28,238). Sum of RGB (Red+Green+Blue) = 152+28+238=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #981CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CEE is #67E311. Grayscale: #585858. Windows color (decimal): -6808338 or 15604888. OLE color: 15604888.

HSL color Cylindrical-coordinate representation of color #981CEE: hue angle of 275.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CEE is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 28 238 -
CMYK 0.36 0.88 0 0.07
HSL 275.43º 0.86% 0.52% -
HSV(B) 275.43º 0.88% 0.93% -
XYZ 28.8 13.68 82.01 -
YUV 89.02 212.08 172.92 -
System Red Green Blue C M Y K H S L
Decimal 152 28 238 0.36 0.88 0 0.07 275.43 0.86 0.52
Hex 98 1C EE 24 58 0 7 113 56 34
Octal 230 34 356 44 130 0 7 423 126 64
Binary 10011000 11100 11101110 100100 1011000 0 111 100010011 1010110 110100

Color Harmonies of #981CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CEE

Black with #981CEE

Text Example


Text Example

White with #981CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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