Html Css Color HEX #980AB3 Dark Violet

📋 copy color: '#980AB3'

red 152 ◦ green 10 ◦ blue 179

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

Shades of Dark Violet #980AB3

Tints of Dark Violet #980AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.49%

R = 44.57%
G = 2.93%
B = 52.49%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#980AB3 (or 0x980AB3) is known color: Dark Violet. HEX triplet: 98, 0A and B3. RGB value is (152,10,179). Sum of RGB (Red+Green+Blue) = 152+10+179=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #980AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980AB3 is #67F54C. Grayscale: #474747. Windows color (decimal): -6813005 or 11733656. OLE color: 11733656.

HSL color Cylindrical-coordinate representation of color #980AB3: hue angle of 290.41º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980AB3 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 10 179 -
CMYK 0.15 0.94 0 0.30
HSL 290.41º 0.89% 0.37% -
HSV(B) 290.41º 0.94% 0.7% -
XYZ 21.19 10.15 43.49 -
YUV 71.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 152 10 179 0.15 0.94 0 0.30 290.41 0.89 0.37
Hex 98 A B3 F 5E 0 1E 122 59 25
Octal 230 12 263 17 136 0 36 442 131 45
Binary 10011000 1010 10110011 1111 1011110 0 11110 100100010 1011001 100101

Color Harmonies of #980AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AB3

Black with #980AB3

Text Example


Text Example

White with #980AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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