Html Css Color HEX #923D83 Dark Purple

📋 copy color: '#923D83'

red 146 ◦ green 61 ◦ blue 131

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

Shades of Dark Purple #923D83

Tints of Dark Purple #923D83

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 43.2%
G = 18.05%
B = 38.76%

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

#923D83 (or 0x923D83) is known color: Dark Purple. HEX triplet: 92, 3D and 83. RGB value is (146,61,131). Sum of RGB (Red+Green+Blue) = 146+61+131=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #923D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923D83 is #6DC27C. Grayscale: #5E5E5E. Windows color (decimal): -7193213 or 8600978. OLE color: 8600978.

HSL color Cylindrical-coordinate representation of color #923D83: hue angle of 310.59º degrees, saturation: 0.41, 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 #923D83 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 61 131 -
CMYK 0 0.58 0.10 0.43
HSL 310.59º 0.41% 0.41% -
HSV(B) 310.59º 0.58% 0.57% -
XYZ 17.62 11.09 22.68 -
YUV 94.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 146 61 131 0 0.58 0.10 0.43 310.59 0.41 0.41
Hex 92 3D 83 0 3A A 2B 137 29 29
Octal 222 75 203 0 72 12 53 467 51 51
Binary 10010010 111101 10000011 0 111010 1010 101011 100110111 101001 101001

Color Harmonies of #923D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923D83

Black with #923D83

Text Example


Text Example

White with #923D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,61,131); }

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

background-color css

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

 a { background-color: rgb(146,61,131); }

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

border-color css

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

 span { border-color: rgb(146,61,131); }

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