Html Css Color HEX #980ACB Dark Violet

📋 copy color: '#980ACB'

red 152 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #980ACB

Tints of Dark Violet #980ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.74%

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 41.64%
G = 2.74%
B = 55.62%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#980ACB (or 0x980ACB) is known color: Dark Violet. HEX triplet: 98, 0A and CB. RGB value is (152,10,203). Sum of RGB (Red+Green+Blue) = 152+10+203=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #980ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ACB is #67F534. Grayscale: #494949. Windows color (decimal): -6812981 or 13306520. OLE color: 13306520.

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

Color convert

RGB 152 10 203 -
CMYK 0.25 0.95 0 0.20
HSL 284.15º 0.91% 0.42% -
HSV(B) 284.15º 0.95% 0.8% -
XYZ 23.84 11.2 57.41 -
YUV 74.46 200.54 183.31 -
System Red Green Blue C M Y K H S L
Decimal 152 10 203 0.25 0.95 0 0.20 284.15 0.91 0.42
Hex 98 A CB 19 5F 0 14 11C 5B 2A
Octal 230 12 313 31 137 0 24 434 133 52
Binary 10011000 1010 11001011 11001 1011111 0 10100 100011100 1011011 101010

Color Harmonies of #980ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980ACB

Black with #980ACB

Text Example


Text Example

White with #980ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,10,203); }

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

background-color css

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

 a { background-color: rgb(152,10,203); }

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

border-color css

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

 span { border-color: rgb(152,10,203); }

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