Html Css Color HEX #992893 Dark Purple

📋 copy color: '#992893'

red 153 ◦ green 40 ◦ blue 147

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

Shades of Dark Purple #992893

Tints of Dark Purple #992893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 45%
G = 11.76%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#992893 (or 0x992893) is known color: Dark Purple. HEX triplet: 99, 28 and 93. RGB value is (153,40,147). Sum of RGB (Red+Green+Blue) = 153+40+147=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #992893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992893 is #66D76C. Grayscale: #555555. Windows color (decimal): -6739821 or 9644185. OLE color: 9644185.

HSL color Cylindrical-coordinate representation of color #992893: hue angle of 303.19º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992893 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 40 147 -
CMYK 0 0.74 0.04 0.4
HSL 303.19º 0.59% 0.38% -
HSV(B) 303.19º 0.74% 0.6% -
XYZ 19.16 10.4 28.6 -
YUV 85.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 153 40 147 0 0.74 0.04 0.4 303.19 0.59 0.38
Hex 99 28 93 0 4A 4 28 12F 3B 26
Octal 231 50 223 0 112 4 50 457 73 46
Binary 10011001 101000 10010011 0 1001010 100 101000 100101111 111011 100110

Color Harmonies of #992893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992893

Black with #992893

Text Example


Text Example

White with #992893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992893; }

 p { color: rgb(153,40,147); }

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

background-color css

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

 a { background-color: rgb(153,40,147); }

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

border-color css

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

 span { border-color: rgb(153,40,147); }

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