Html Css Color HEX #980BCC Dark Violet

📋 copy color: '#980BCC'

red 152 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #980BCC

Tints of Dark Violet #980BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 41.42%
G = 3%
B = 55.59%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#980BCC (or 0x980BCC) is known color: Dark Violet. HEX triplet: 98, 0B and CC. RGB value is (152,11,204). Sum of RGB (Red+Green+Blue) = 152+11+204=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #980BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BCC is #67F433. Grayscale: #4A4A4A. Windows color (decimal): -6812724 or 13372312. OLE color: 13372312.

HSL color Cylindrical-coordinate representation of color #980BCC: hue angle of 283.83º 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 #980BCC is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 11 204 -
CMYK 0.25 0.95 0 0.2
HSL 283.83º 0.9% 0.42% -
HSV(B) 283.83º 0.95% 0.8% -
XYZ 23.97 11.27 58.04 -
YUV 75.16 200.71 182.81 -
System Red Green Blue C M Y K H S L
Decimal 152 11 204 0.25 0.95 0 0.2 283.83 0.9 0.42
Hex 98 B CC 19 5F 0 14 11C 5A 2A
Octal 230 13 314 31 137 0 24 434 132 52
Binary 10011000 1011 11001100 11001 1011111 0 10100 100011100 1011010 101010

Color Harmonies of #980BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BCC

Black with #980BCC

Text Example


Text Example

White with #980BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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