Html Css Color HEX #980BDE Dark Violet

📋 copy color: '#980BDE'

red 152 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #980BDE

Tints of Dark Violet #980BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 39.48%
G = 2.86%
B = 57.66%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#980BDE (or 0x980BDE) is known color: Dark Violet. HEX triplet: 98, 0B and DE. RGB value is (152,11,222). Sum of RGB (Red+Green+Blue) = 152+11+222=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #980BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BDE is #67F421. Grayscale: #4C4C4C. Windows color (decimal): -6812706 or 14551960. OLE color: 14551960.

HSL color Cylindrical-coordinate representation of color #980BDE: hue angle of 280.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BDE is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 11 222 -
CMYK 0.32 0.95 0 0.13
HSL 280.09º 0.91% 0.46% -
HSV(B) 280.09º 0.95% 0.87% -
XYZ 26.25 12.19 70.08 -
YUV 77.21 209.71 181.34 -
System Red Green Blue C M Y K H S L
Decimal 152 11 222 0.32 0.95 0 0.13 280.09 0.91 0.46
Hex 98 B DE 20 5F 0 D 118 5B 2E
Octal 230 13 336 40 137 0 15 430 133 56
Binary 10011000 1011 11011110 100000 1011111 0 1101 100011000 1011011 101110

Color Harmonies of #980BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BDE

Black with #980BDE

Text Example


Text Example

White with #980BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,11,222); }

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

background-color css

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

 a { background-color: rgb(152,11,222); }

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

border-color css

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

 span { border-color: rgb(152,11,222); }

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