Html Css Color HEX #923275 Dark Purple

📋 copy color: '#923275'

red 146 ◦ green 50 ◦ blue 117

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

Shades of Dark Purple #923275

Tints of Dark Purple #923275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 46.65%
G = 15.97%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#923275 (or 0x923275) is known color: Dark Purple. HEX triplet: 92, 32 and 75. RGB value is (146,50,117). Sum of RGB (Red+Green+Blue) = 146+50+117=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #923275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923275 is #6DCD8A. Grayscale: #565656. Windows color (decimal): -7196043 or 7680658. OLE color: 7680658.

HSL color Cylindrical-coordinate representation of color #923275: hue angle of 318.12º 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 #923275 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 50 117 -
CMYK 0 0.66 0.20 0.43
HSL 318.13º 0.49% 0.38% -
HSV(B) 318.13º 0.66% 0.57% -
XYZ 16.21 9.68 17.84 -
YUV 86.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 146 50 117 0 0.66 0.20 0.43 318.13 0.49 0.38
Hex 92 32 75 0 42 14 2B 13E 31 26
Octal 222 62 165 0 102 24 53 476 61 46
Binary 10010010 110010 1110101 0 1000010 10100 101011 100111110 110001 100110

Color Harmonies of #923275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923275

Black with #923275

Text Example


Text Example

White with #923275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923275; }

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

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

background-color css

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

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

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

border-color css

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

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

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