Html Css Color HEX #922472 Dark Purple

📋 copy color: '#922472'

red 146 ◦ green 36 ◦ blue 114

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

Shades of Dark Purple #922472

Tints of Dark Purple #922472

RGB

 RED value IS 146 (57.42% from 255) = 49.32%

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 49.32%
G = 12.16%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#922472 (or 0x922472) is known color: Dark Purple. HEX triplet: 92, 24 and 72. RGB value is (146,36,114). Sum of RGB (Red+Green+Blue) = 146+36+114=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #922472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922472 is #6DDB8D. Grayscale: #4D4D4D. Windows color (decimal): -7199630 or 7480466. OLE color: 7480466.

HSL color Cylindrical-coordinate representation of color #922472: hue angle of 317.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922472 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 36 114 -
CMYK 0 0.75 0.22 0.43
HSL 317.45º 0.6% 0.36% -
HSV(B) 317.45º 0.75% 0.57% -
XYZ 15.52 8.59 16.76 -
YUV 77.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 146 36 114 0 0.75 0.22 0.43 317.45 0.6 0.36
Hex 92 24 72 0 4B 16 2B 13D 3C 24
Octal 222 44 162 0 113 26 53 475 74 44
Binary 10010010 100100 1110010 0 1001011 10110 101011 100111101 111100 100100

Color Harmonies of #922472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922472

Black with #922472

Text Example


Text Example

White with #922472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922472; }

 p { color: rgb(146,36,114); }

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

background-color css

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

 a { background-color: rgb(146,36,114); }

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

border-color css

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

 span { border-color: rgb(146,36,114); }

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