Html Css Color HEX #980BBC Dark Violet

📋 copy color: '#980BBC'

red 152 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #980BBC

Tints of Dark Violet #980BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 43.3%
G = 3.13%
B = 53.56%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#980BBC (or 0x980BBC) is known color: Dark Violet. HEX triplet: 98, 0B and BC. RGB value is (152,11,188). Sum of RGB (Red+Green+Blue) = 152+11+188=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #980BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BBC is #67F443. Grayscale: #484848. Windows color (decimal): -6812740 or 12323736. OLE color: 12323736.

HSL color Cylindrical-coordinate representation of color #980BBC: hue angle of 287.8º degrees, saturation: 0.89, 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 #980BBC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 11 188 -
CMYK 0.19 0.94 0 0.26
HSL 287.8º 0.89% 0.39% -
HSV(B) 287.8º 0.94% 0.74% -
XYZ 22.15 10.55 48.45 -
YUV 73.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 152 11 188 0.19 0.94 0 0.26 287.8 0.89 0.39
Hex 98 B BC 13 5E 0 1A 120 59 27
Octal 230 13 274 23 136 0 32 440 131 47
Binary 10011000 1011 10111100 10011 1011110 0 11010 100100000 1011001 100111

Color Harmonies of #980BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BBC

Black with #980BBC

Text Example


Text Example

White with #980BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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