Html Css Color HEX #980CB6 Dark Violet

📋 copy color: '#980CB6'

red 152 ◦ green 12 ◦ blue 182

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

Shades of Dark Violet #980CB6

Tints of Dark Violet #980CB6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.47%

 BLUE value IS 182 (71.48% from 255) = 52.6%

R = 43.93%
G = 3.47%
B = 52.6%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#980CB6 (or 0x980CB6) is known color: Dark Violet. HEX triplet: 98, 0C and B6. RGB value is (152,12,182). Sum of RGB (Red+Green+Blue) = 152+12+182=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #980CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CB6 is #67F349. Grayscale: #484848. Windows color (decimal): -6812490 or 11930776. OLE color: 11930776.

HSL color Cylindrical-coordinate representation of color #980CB6: hue angle of 289.41º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980CB6 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 12 182 -
CMYK 0.16 0.93 0 0.29
HSL 289.41º 0.88% 0.38% -
HSV(B) 289.41º 0.93% 0.71% -
XYZ 21.52 10.32 45.11 -
YUV 73.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 152 12 182 0.16 0.93 0 0.29 289.41 0.88 0.38
Hex 98 C B6 10 5D 0 1D 121 58 26
Octal 230 14 266 20 135 0 35 441 130 46
Binary 10011000 1100 10110110 10000 1011101 0 11101 100100001 1011000 100110

Color Harmonies of #980CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CB6

Black with #980CB6

Text Example


Text Example

White with #980CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,12,182); }

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

background-color css

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

 a { background-color: rgb(152,12,182); }

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

border-color css

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

 span { border-color: rgb(152,12,182); }

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