Html Css Color HEX #981BEC Blue Violet

📋 copy color: '#981BEC'

red 152 ◦ green 27 ◦ blue 236

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

Shades of Blue Violet #981BEC

Tints of Blue Violet #981BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.51%

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 36.63%
G = 6.51%
B = 56.87%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#981BEC (or 0x981BEC) is known color: Blue Violet. HEX triplet: 98, 1B and EC. RGB value is (152,27,236). Sum of RGB (Red+Green+Blue) = 152+27+236=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #981BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981BEC is #67E413. Grayscale: #575757. Windows color (decimal): -6808596 or 15473560. OLE color: 15473560.

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

Color convert

RGB 152 27 236 -
CMYK 0.36 0.89 0 0.07
HSL 275.89º 0.85% 0.52% -
HSV(B) 275.89º 0.89% 0.93% -
XYZ 28.48 13.52 80.46 -
YUV 88.2 211.41 173.51 -
System Red Green Blue C M Y K H S L
Decimal 152 27 236 0.36 0.89 0 0.07 275.89 0.85 0.52
Hex 98 1B EC 24 59 0 7 114 55 34
Octal 230 33 354 44 131 0 7 424 125 64
Binary 10011000 11011 11101100 100100 1011001 0 111 100010100 1010101 110100

Color Harmonies of #981BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981BEC

Black with #981BEC

Text Example


Text Example

White with #981BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,27,236); }

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

background-color css

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

 a { background-color: rgb(152,27,236); }

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

border-color css

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

 span { border-color: rgb(152,27,236); }

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