Html Css Color HEX #980BDD Dark Violet

📋 copy color: '#980BDD'

red 152 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #980BDD

Tints of Dark Violet #980BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.55%

R = 39.58%
G = 2.86%
B = 57.55%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#980BDD (or 0x980BDD) is known color: Dark Violet. HEX triplet: 98, 0B and DD. RGB value is (152,11,221). Sum of RGB (Red+Green+Blue) = 152+11+221=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #980BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BDD is #67F422. Grayscale: #4C4C4C. Windows color (decimal): -6812707 or 14486424. OLE color: 14486424.

HSL color Cylindrical-coordinate representation of color #980BDD: hue angle of 280.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BDD is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 11 221 -
CMYK 0.31 0.95 0 0.13
HSL 280.29º 0.91% 0.45% -
HSV(B) 280.29º 0.95% 0.87% -
XYZ 26.12 12.14 69.37 -
YUV 77.1 209.21 181.42 -
System Red Green Blue C M Y K H S L
Decimal 152 11 221 0.31 0.95 0 0.13 280.29 0.91 0.45
Hex 98 B DD 1F 5F 0 D 118 5B 2D
Octal 230 13 335 37 137 0 15 430 133 55
Binary 10011000 1011 11011101 11111 1011111 0 1101 100011000 1011011 101101

Color Harmonies of #980BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BDD

Black with #980BDD

Text Example


Text Example

White with #980BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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