Html Css Color HEX #980FB0 Dark Violet

📋 copy color: '#980FB0'

red 152 ◦ green 15 ◦ blue 176

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

Shades of Dark Violet #980FB0

Tints of Dark Violet #980FB0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.37%

 BLUE value IS 176 (69.14% from 255) = 51.31%

R = 44.31%
G = 4.37%
B = 51.31%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#980FB0 (or 0x980FB0) is known color: Dark Violet. HEX triplet: 98, 0F and B0. RGB value is (152,15,176). Sum of RGB (Red+Green+Blue) = 152+15+176=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #980FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980FB0 is #67F04F. Grayscale: #494949. Windows color (decimal): -6811728 or 11538328. OLE color: 11538328.

HSL color Cylindrical-coordinate representation of color #980FB0: hue angle of 291.06º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980FB0 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 15 176 -
CMYK 0.14 0.91 0 0.31
HSL 291.06º 0.84% 0.37% -
HSV(B) 291.06º 0.91% 0.69% -
XYZ 20.96 10.15 41.93 -
YUV 74.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 152 15 176 0.14 0.91 0 0.31 291.06 0.84 0.37
Hex 98 F B0 E 5B 0 1F 123 54 25
Octal 230 17 260 16 133 0 37 443 124 45
Binary 10011000 1111 10110000 1110 1011011 0 11111 100100011 1010100 100101

Color Harmonies of #980FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FB0

Black with #980FB0

Text Example


Text Example

White with #980FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,15,176); }

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

background-color css

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

 a { background-color: rgb(152,15,176); }

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

border-color css

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

 span { border-color: rgb(152,15,176); }

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