Html Css Color HEX #992274 Dark Purple

📋 copy color: '#992274'

red 153 ◦ green 34 ◦ blue 116

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

Shades of Dark Purple #992274

Tints of Dark Purple #992274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.22%

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 50.5%
G = 11.22%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#992274 (or 0x992274) is known color: Dark Purple. HEX triplet: 99, 22 and 74. RGB value is (153,34,116). Sum of RGB (Red+Green+Blue) = 153+34+116=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #992274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992274 is #66DD8B. Grayscale: #4E4E4E. Windows color (decimal): -6741388 or 7611033. OLE color: 7611033.

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

Color convert

RGB 153 34 116 -
CMYK 0 0.78 0.24 0.4
HSL 318.66º 0.64% 0.37% -
HSV(B) 318.66º 0.78% 0.6% -
XYZ 16.86 9.18 17.41 -
YUV 78.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 153 34 116 0 0.78 0.24 0.4 318.66 0.64 0.37
Hex 99 22 74 0 4E 18 28 13F 40 25
Octal 231 42 164 0 116 30 50 477 100 45
Binary 10011001 100010 1110100 0 1001110 11000 101000 100111111 1000000 100101

Color Harmonies of #992274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992274

Black with #992274

Text Example


Text Example

White with #992274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992274; }

 p { color: rgb(153,34,116); }

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

background-color css

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

 a { background-color: rgb(153,34,116); }

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

border-color css

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

 span { border-color: rgb(153,34,116); }

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