Html Css Color HEX #923378 Dark Purple

📋 copy color: '#923378'

red 146 ◦ green 51 ◦ blue 120

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

Shades of Dark Purple #923378

Tints of Dark Purple #923378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 46.06%
G = 16.09%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#923378 (or 0x923378) is known color: Dark Purple. HEX triplet: 92, 33 and 78. RGB value is (146,51,120). Sum of RGB (Red+Green+Blue) = 146+51+120=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #923378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923378 is #6DCC87. Grayscale: #575757. Windows color (decimal): -7195784 or 7877522. OLE color: 7877522.

HSL color Cylindrical-coordinate representation of color #923378: hue angle of 316.42º 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 #923378 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 51 120 -
CMYK 0 0.65 0.18 0.43
HSL 316.42º 0.48% 0.39% -
HSV(B) 316.42º 0.65% 0.57% -
XYZ 16.43 9.83 18.8 -
YUV 87.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 146 51 120 0 0.65 0.18 0.43 316.42 0.48 0.39
Hex 92 33 78 0 41 12 2B 13C 30 27
Octal 222 63 170 0 101 22 53 474 60 47
Binary 10010010 110011 1111000 0 1000001 10010 101011 100111100 110000 100111

Color Harmonies of #923378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923378

Black with #923378

Text Example


Text Example

White with #923378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923378; }

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

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

background-color css

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

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

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

border-color css

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

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

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