Html Css Color HEX #923688 Dark Purple

📋 copy color: '#923688'

red 146 ◦ green 54 ◦ blue 136

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

Shades of Dark Purple #923688

Tints of Dark Purple #923688

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 43.45%
G = 16.07%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#923688 (or 0x923688) is known color: Dark Purple. HEX triplet: 92, 36 and 88. RGB value is (146,54,136). Sum of RGB (Red+Green+Blue) = 146+54+136=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #923688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923688 is #6DC977. Grayscale: #5A5A5A. Windows color (decimal): -7195000 or 8926866. OLE color: 8926866.

HSL color Cylindrical-coordinate representation of color #923688: hue angle of 306.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #923688 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 54 136 -
CMYK 0 0.63 0.07 0.43
HSL 306.52º 0.46% 0.39% -
HSV(B) 306.52º 0.63% 0.57% -
XYZ 17.62 10.53 24.4 -
YUV 90.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 146 54 136 0 0.63 0.07 0.43 306.52 0.46 0.39
Hex 92 36 88 0 3F 7 2B 133 2E 27
Octal 222 66 210 0 77 7 53 463 56 47
Binary 10010010 110110 10001000 0 111111 111 101011 100110011 101110 100111

Color Harmonies of #923688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923688

Black with #923688

Text Example


Text Example

White with #923688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923688; }

 p { color: rgb(146,54,136); }

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

background-color css

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

 a { background-color: rgb(146,54,136); }

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

border-color css

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

 span { border-color: rgb(146,54,136); }

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