Html Css Color HEX #923270 Dark Purple

📋 copy color: '#923270'

red 146 ◦ green 50 ◦ blue 112

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

Shades of Dark Purple #923270

Tints of Dark Purple #923270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 47.4%
G = 16.23%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#923270 (or 0x923270) is known color: Dark Purple. HEX triplet: 92, 32 and 70. RGB value is (146,50,112). Sum of RGB (Red+Green+Blue) = 146+50+112=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #923270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923270 is #6DCD8F. Grayscale: #555555. Windows color (decimal): -7196048 or 7352978. OLE color: 7352978.

HSL color Cylindrical-coordinate representation of color #923270: hue angle of 321.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923270 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 50 112 -
CMYK 0 0.66 0.23 0.43
HSL 321.25º 0.49% 0.38% -
HSV(B) 321.25º 0.66% 0.57% -
XYZ 15.92 9.56 16.34 -
YUV 85.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 146 50 112 0 0.66 0.23 0.43 321.25 0.49 0.38
Hex 92 32 70 0 42 17 2B 141 31 26
Octal 222 62 160 0 102 27 53 501 61 46
Binary 10010010 110010 1110000 0 1000010 10111 101011 101000001 110001 100110

Color Harmonies of #923270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923270

Black with #923270

Text Example


Text Example

White with #923270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923270; }

 p { color: rgb(146,50,112); }

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

background-color css

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

 a { background-color: rgb(146,50,112); }

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

border-color css

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

 span { border-color: rgb(146,50,112); }

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