Html Css Color HEX #980CBD Dark Violet

📋 copy color: '#980CBD'

red 152 ◦ green 12 ◦ blue 189

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

Shades of Dark Violet #980CBD

Tints of Dark Violet #980CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 43.06%
G = 3.4%
B = 53.54%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#980CBD (or 0x980CBD) is known color: Dark Violet. HEX triplet: 98, 0C and BD. RGB value is (152,12,189). Sum of RGB (Red+Green+Blue) = 152+12+189=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #980CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CBD is #67F342. Grayscale: #494949. Windows color (decimal): -6812483 or 12389528. OLE color: 12389528.

HSL color Cylindrical-coordinate representation of color #980CBD: hue angle of 287.46º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980CBD is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 12 189 -
CMYK 0.20 0.94 0 0.26
HSL 287.46º 0.88% 0.39% -
HSV(B) 287.46º 0.94% 0.74% -
XYZ 22.27 10.61 49.02 -
YUV 74.04 192.88 183.61 -
System Red Green Blue C M Y K H S L
Decimal 152 12 189 0.20 0.94 0 0.26 287.46 0.88 0.39
Hex 98 C BD 14 5E 0 1A 11F 58 27
Octal 230 14 275 24 136 0 32 437 130 47
Binary 10011000 1100 10111101 10100 1011110 0 11010 100011111 1011000 100111

Color Harmonies of #980CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CBD

Black with #980CBD

Text Example


Text Example

White with #980CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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