Html Css Color HEX #923488 Dark Purple

📋 copy color: '#923488'

red 146 ◦ green 52 ◦ blue 136

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

Shades of Dark Purple #923488

Tints of Dark Purple #923488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

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

R = 43.71%
G = 15.57%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#923488 (or 0x923488) is known color: Dark Purple. HEX triplet: 92, 34 and 88. RGB value is (146,52,136). Sum of RGB (Red+Green+Blue) = 146+52+136=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #923488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923488 is #6DCB77. Grayscale: #595959. Windows color (decimal): -7195512 or 8926354. OLE color: 8926354.

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

Color convert

RGB 146 52 136 -
CMYK 0 0.64 0.07 0.43
HSL 306.38º 0.47% 0.39% -
HSV(B) 306.38º 0.64% 0.57% -
XYZ 17.53 10.34 24.37 -
YUV 89.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 146 52 136 0 0.64 0.07 0.43 306.38 0.47 0.39
Hex 92 34 88 0 40 7 2B 132 2F 27
Octal 222 64 210 0 100 7 53 462 57 47
Binary 10010010 110100 10001000 0 1000000 111 101011 100110010 101111 100111

Color Harmonies of #923488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923488

Black with #923488

Text Example


Text Example

White with #923488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923488; }

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

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

background-color css

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

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

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

border-color css

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

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

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