Html Css Color HEX #923E84 Dark Purple

📋 copy color: '#923E84'

red 146 ◦ green 62 ◦ blue 132

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

Shades of Dark Purple #923E84

Tints of Dark Purple #923E84

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 42.94%
G = 18.24%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#923E84 (or 0x923E84) is known color: Dark Purple. HEX triplet: 92, 3E and 84. RGB value is (146,62,132). Sum of RGB (Red+Green+Blue) = 146+62+132=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #923E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923E84 is #6DC17B. Grayscale: #5E5E5E. Windows color (decimal): -7192956 or 8666770. OLE color: 8666770.

HSL color Cylindrical-coordinate representation of color #923E84: hue angle of 310º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #923E84 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 62 132 -
CMYK 0 0.58 0.10 0.43
HSL 310º 0.4% 0.41% -
HSV(B) 310º 0.58% 0.57% -
XYZ 17.74 11.22 23.06 -
YUV 95.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 146 62 132 0 0.58 0.10 0.43 310 0.4 0.41
Hex 92 3E 84 0 3A A 2B 136 28 29
Octal 222 76 204 0 72 12 53 466 50 51
Binary 10010010 111110 10000100 0 111010 1010 101011 100110110 101000 101001

Color Harmonies of #923E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923E84

Black with #923E84

Text Example


Text Example

White with #923E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923E84; }

 p { color: rgb(146,62,132); }

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

background-color css

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

 a { background-color: rgb(146,62,132); }

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

border-color css

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

 span { border-color: rgb(146,62,132); }

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