Html Css Color HEX #923F85 Dark Purple

📋 copy color: '#923F85'

red 146 ◦ green 63 ◦ blue 133

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

Shades of Dark Purple #923F85

Tints of Dark Purple #923F85

RGB

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

 GREEN value IS 63 (25% from 255) = 18.42%

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 42.69%
G = 18.42%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#923F85 (or 0x923F85) is known color: Dark Purple. HEX triplet: 92, 3F and 85. RGB value is (146,63,133). Sum of RGB (Red+Green+Blue) = 146+63+133=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #923F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923F85 is #6DC07A. Grayscale: #5F5F5F. Windows color (decimal): -7192699 or 8732562. OLE color: 8732562.

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

Color convert

RGB 146 63 133 -
CMYK 0 0.57 0.09 0.43
HSL 309.4º 0.4% 0.41% -
HSV(B) 309.4º 0.57% 0.57% -
XYZ 17.87 11.36 23.44 -
YUV 95.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 146 63 133 0 0.57 0.09 0.43 309.4 0.4 0.41
Hex 92 3F 85 0 39 9 2B 135 28 29
Octal 222 77 205 0 71 11 53 465 50 51
Binary 10010010 111111 10000101 0 111001 1001 101011 100110101 101000 101001

Color Harmonies of #923F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923F85

Black with #923F85

Text Example


Text Example

White with #923F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,63,133); }

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

background-color css

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

 a { background-color: rgb(146,63,133); }

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

border-color css

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

 span { border-color: rgb(146,63,133); }

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