Html Css Color HEX #992689 Dark Purple

📋 copy color: '#992689'

red 153 ◦ green 38 ◦ blue 137

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

Shades of Dark Purple #992689

Tints of Dark Purple #992689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 46.65%
G = 11.59%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#992689 (or 0x992689) is known color: Dark Purple. HEX triplet: 99, 26 and 89. RGB value is (153,38,137). Sum of RGB (Red+Green+Blue) = 153+38+137=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #992689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992689 is #66D976. Grayscale: #535353. Windows color (decimal): -6740343 or 8988313. OLE color: 8988313.

HSL color Cylindrical-coordinate representation of color #992689: hue angle of 308.35º 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 #992689 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 38 137 -
CMYK 0 0.75 0.10 0.4
HSL 308.35º 0.6% 0.37% -
HSV(B) 308.35º 0.75% 0.6% -
XYZ 18.35 9.96 24.62 -
YUV 83.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 153 38 137 0 0.75 0.10 0.4 308.35 0.6 0.37
Hex 99 26 89 0 4B A 28 134 3C 25
Octal 231 46 211 0 113 12 50 464 74 45
Binary 10011001 100110 10001001 0 1001011 1010 101000 100110100 111100 100101

Color Harmonies of #992689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992689

Black with #992689

Text Example


Text Example

White with #992689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992689; }

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

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

background-color css

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

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

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

border-color css

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

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

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