Html Css Color HEX #981DE6 Blue Violet

📋 copy color: '#981DE6'

red 152 ◦ green 29 ◦ blue 230

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

Shades of Blue Violet #981DE6

Tints of Blue Violet #981DE6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.06%

 BLUE value IS 230 (90.23% from 255) = 55.96%

R = 36.98%
G = 7.06%
B = 55.96%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#981DE6 (or 0x981DE6) is known color: Blue Violet. HEX triplet: 98, 1D and E6. RGB value is (152,29,230). Sum of RGB (Red+Green+Blue) = 152+29+230=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #981DE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981DE6 is #67E219. Grayscale: #585858. Windows color (decimal): -6808090 or 15080856. OLE color: 15080856.

HSL color Cylindrical-coordinate representation of color #981DE6: hue angle of 276.72º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981DE6 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 29 230 -
CMYK 0.34 0.87 0 0.10
HSL 276.72º 0.8% 0.51% -
HSV(B) 276.72º 0.87% 0.9% -
XYZ 27.67 13.27 75.97 -
YUV 88.69 207.75 173.16 -
System Red Green Blue C M Y K H S L
Decimal 152 29 230 0.34 0.87 0 0.10 276.72 0.8 0.51
Hex 98 1D E6 22 57 0 A 115 50 33
Octal 230 35 346 42 127 0 12 425 120 63
Binary 10011000 11101 11100110 100010 1010111 0 1010 100010101 1010000 110011

Color Harmonies of #981DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DE6

Black with #981DE6

Text Example


Text Example

White with #981DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,29,230); }

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

background-color css

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

 a { background-color: rgb(152,29,230); }

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

border-color css

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

 span { border-color: rgb(152,29,230); }

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