Html Css Color HEX #980EBF Dark Violet

📋 copy color: '#980EBF'

red 152 ◦ green 14 ◦ blue 191

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

Shades of Dark Violet #980EBF

Tints of Dark Violet #980EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.5%

R = 42.58%
G = 3.92%
B = 53.5%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#980EBF (or 0x980EBF) is known color: Dark Violet. HEX triplet: 98, 0E and BF. RGB value is (152,14,191). Sum of RGB (Red+Green+Blue) = 152+14+191=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #980EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EBF is #67F140. Grayscale: #4A4A4A. Windows color (decimal): -6811969 or 12521112. OLE color: 12521112.

HSL color Cylindrical-coordinate representation of color #980EBF: hue angle of 286.78º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980EBF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 14 191 -
CMYK 0.20 0.93 0 0.25
HSL 286.78º 0.86% 0.4% -
HSV(B) 286.78º 0.93% 0.75% -
XYZ 22.51 10.75 50.18 -
YUV 75.44 193.22 182.61 -
System Red Green Blue C M Y K H S L
Decimal 152 14 191 0.20 0.93 0 0.25 286.78 0.86 0.4
Hex 98 E BF 14 5D 0 19 11F 56 28
Octal 230 16 277 24 135 0 31 437 126 50
Binary 10011000 1110 10111111 10100 1011101 0 11001 100011111 1010110 101000

Color Harmonies of #980EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980EBF

Black with #980EBF

Text Example


Text Example

White with #980EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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