Html Css Color HEX #992680 Dark Purple

📋 copy color: '#992680'

red 153 ◦ green 38 ◦ blue 128

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

Shades of Dark Purple #992680

Tints of Dark Purple #992680

RGB

 RED value IS 153 (60.16% from 255) = 47.96%

 GREEN value IS 38 (15.23% from 255) = 11.91%

 BLUE value IS 128 (50.39% from 255) = 40.13%

R = 47.96%
G = 11.91%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#992680 (or 0x992680) is known color: Dark Purple. HEX triplet: 99, 26 and 80. RGB value is (153,38,128). Sum of RGB (Red+Green+Blue) = 153+38+128=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #992680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992680 is #66D97F. Grayscale: #525252. Windows color (decimal): -6740352 or 8398489. OLE color: 8398489.

HSL color Cylindrical-coordinate representation of color #992680: hue angle of 313.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992680 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 38 128 -
CMYK 0 0.75 0.16 0.4
HSL 313.04º 0.6% 0.37% -
HSV(B) 313.04º 0.75% 0.6% -
XYZ 17.73 9.72 21.36 -
YUV 82.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 153 38 128 0 0.75 0.16 0.4 313.04 0.6 0.37
Hex 99 26 80 0 4B 10 28 139 3C 25
Octal 231 46 200 0 113 20 50 471 74 45
Binary 10011001 100110 10000000 0 1001011 10000 101000 100111001 111100 100101

Color Harmonies of #992680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992680

Black with #992680

Text Example


Text Example

White with #992680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992680; }

 p { color: rgb(153,38,128); }

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

background-color css

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

 a { background-color: rgb(153,38,128); }

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

border-color css

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

 span { border-color: rgb(153,38,128); }

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