Html Css Color HEX #980EEB Dark Violet

📋 copy color: '#980EEB'

red 152 ◦ green 14 ◦ blue 235

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

Shades of Dark Violet #980EEB

Tints of Dark Violet #980EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.49%

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

R = 37.91%
G = 3.49%
B = 58.6%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#980EEB (or 0x980EEB) is known color: Dark Violet. HEX triplet: 98, 0E and EB. RGB value is (152,14,235). Sum of RGB (Red+Green+Blue) = 152+14+235=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #980EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980EEB is #67F114. Grayscale: #4F4F4F. Windows color (decimal): -6811925 or 15404696. OLE color: 15404696.

HSL color Cylindrical-coordinate representation of color #980EEB: hue angle of 277.47º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EEB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 14 235 -
CMYK 0.35 0.94 0 0.08
HSL 277.47º 0.89% 0.49% -
HSV(B) 277.47º 0.94% 0.92% -
XYZ 28.1 12.99 79.62 -
YUV 80.46 215.22 179.03 -
System Red Green Blue C M Y K H S L
Decimal 152 14 235 0.35 0.94 0 0.08 277.47 0.89 0.49
Hex 98 E EB 23 5E 0 8 115 59 31
Octal 230 16 353 43 136 0 10 425 131 61
Binary 10011000 1110 11101011 100011 1011110 0 1000 100010101 1011001 110001

Color Harmonies of #980EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980EEB

Black with #980EEB

Text Example


Text Example

White with #980EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980EEB; }

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

 H1.HeaderClassName
 {
   color: #980EEB;
 }
 .AnyTagClassName
 {
   color: #980EEB;
 }
</style>

background-color css

<style>
 a { background-color: #980EEB; }

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

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

border-color css

<style>
 span { border-color: #980EEB; }

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

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