Html Css Color HEX #980BCD Dark Violet

📋 copy color: '#980BCD'

red 152 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #980BCD

Tints of Dark Violet #980BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 41.3%
G = 2.99%
B = 55.71%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#980BCD (or 0x980BCD) is known color: Dark Violet. HEX triplet: 98, 0B and CD. RGB value is (152,11,205). Sum of RGB (Red+Green+Blue) = 152+11+205=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #980BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BCD is #67F432. Grayscale: #4A4A4A. Windows color (decimal): -6812723 or 13437848. OLE color: 13437848.

HSL color Cylindrical-coordinate representation of color #980BCD: hue angle of 283.61º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BCD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 11 205 -
CMYK 0.26 0.95 0 0.20
HSL 283.61º 0.9% 0.42% -
HSV(B) 283.61º 0.95% 0.8% -
XYZ 24.09 11.32 58.67 -
YUV 75.28 201.21 182.73 -
System Red Green Blue C M Y K H S L
Decimal 152 11 205 0.26 0.95 0 0.20 283.61 0.9 0.42
Hex 98 B CD 1A 5F 0 14 11C 5A 2A
Octal 230 13 315 32 137 0 24 434 132 52
Binary 10011000 1011 11001101 11010 1011111 0 10100 100011100 1011010 101010

Color Harmonies of #980BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BCD

Black with #980BCD

Text Example


Text Example

White with #980BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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