Html Css Color HEX #980BD5 Dark Violet

📋 copy color: '#980BD5'

red 152 ◦ green 11 ◦ blue 213

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

Shades of Dark Violet #980BD5

Tints of Dark Violet #980BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.65%

R = 40.43%
G = 2.93%
B = 56.65%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#980BD5 (or 0x980BD5) is known color: Dark Violet. HEX triplet: 98, 0B and D5. RGB value is (152,11,213). Sum of RGB (Red+Green+Blue) = 152+11+213=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #980BD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BD5 is #67F42A. Grayscale: #4B4B4B. Windows color (decimal): -6812715 or 13962136. OLE color: 13962136.

HSL color Cylindrical-coordinate representation of color #980BD5: hue angle of 281.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BD5 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 11 213 -
CMYK 0.29 0.95 0 0.16
HSL 281.88º 0.9% 0.44% -
HSV(B) 281.88º 0.95% 0.84% -
XYZ 25.08 11.72 63.89 -
YUV 76.19 205.21 182.07 -
System Red Green Blue C M Y K H S L
Decimal 152 11 213 0.29 0.95 0 0.16 281.88 0.9 0.44
Hex 98 B D5 1D 5F 0 10 11A 5A 2C
Octal 230 13 325 35 137 0 20 432 132 54
Binary 10011000 1011 11010101 11101 1011111 0 10000 100011010 1011010 101100

Color Harmonies of #980BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BD5

Black with #980BD5

Text Example


Text Example

White with #980BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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