Html Css Color HEX #923388 Dark Purple

📋 copy color: '#923388'

red 146 ◦ green 51 ◦ blue 136

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

Shades of Dark Purple #923388

Tints of Dark Purple #923388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

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

R = 43.84%
G = 15.32%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#923388 (or 0x923388) is known color: Dark Purple. HEX triplet: 92, 33 and 88. RGB value is (146,51,136). Sum of RGB (Red+Green+Blue) = 146+51+136=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #923388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923388 is #6DCC77. Grayscale: #585858. Windows color (decimal): -7195768 or 8926098. OLE color: 8926098.

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

Color convert

RGB 146 51 136 -
CMYK 0 0.65 0.07 0.43
HSL 306.32º 0.48% 0.39% -
HSV(B) 306.32º 0.65% 0.57% -
XYZ 17.48 10.26 24.35 -
YUV 89.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 146 51 136 0 0.65 0.07 0.43 306.32 0.48 0.39
Hex 92 33 88 0 41 7 2B 132 30 27
Octal 222 63 210 0 101 7 53 462 60 47
Binary 10010010 110011 10001000 0 1000001 111 101011 100110010 110000 100111

Color Harmonies of #923388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923388

Black with #923388

Text Example


Text Example

White with #923388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923388; }

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

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

background-color css

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

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

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

border-color css

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

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

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