Html Css Color HEX #981CEB Blue Violet

📋 copy color: '#981CEB'

red 152 ◦ green 28 ◦ blue 235

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

Shades of Blue Violet #981CEB

Tints of Blue Violet #981CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.63%

R = 36.63%
G = 6.75%
B = 56.63%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#981CEB (or 0x981CEB) is known color: Blue Violet. HEX triplet: 98, 1C and EB. RGB value is (152,28,235). Sum of RGB (Red+Green+Blue) = 152+28+235=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #981CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CEB is #67E314. Grayscale: #575757. Windows color (decimal): -6808341 or 15408280. OLE color: 15408280.

HSL color Cylindrical-coordinate representation of color #981CEB: hue angle of 275.94º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CEB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 28 235 -
CMYK 0.35 0.88 0 0.08
HSL 275.94º 0.84% 0.52% -
HSV(B) 275.94º 0.88% 0.92% -
XYZ 28.36 13.5 79.71 -
YUV 88.67 210.58 173.17 -
System Red Green Blue C M Y K H S L
Decimal 152 28 235 0.35 0.88 0 0.08 275.94 0.84 0.52
Hex 98 1C EB 23 58 0 8 114 54 34
Octal 230 34 353 43 130 0 10 424 124 64
Binary 10011000 11100 11101011 100011 1011000 0 1000 100010100 1010100 110100

Color Harmonies of #981CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CEB

Black with #981CEB

Text Example


Text Example

White with #981CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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