Html Css Color HEX #924083 Dark Purple

📋 copy color: '#924083'

red 146 ◦ green 64 ◦ blue 131

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

Shades of Dark Purple #924083

Tints of Dark Purple #924083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.77%

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

R = 42.82%
G = 18.77%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#924083 (or 0x924083) is known color: Dark Purple. HEX triplet: 92, 40 and 83. RGB value is (146,64,131). Sum of RGB (Red+Green+Blue) = 146+64+131=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #924083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924083 is #6DBF7C. Grayscale: #5F5F5F. Windows color (decimal): -7192445 or 8601746. OLE color: 8601746.

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

Color convert

RGB 146 64 131 -
CMYK 0 0.56 0.10 0.43
HSL 310.98º 0.39% 0.41% -
HSV(B) 310.98º 0.56% 0.57% -
XYZ 17.78 11.42 22.74 -
YUV 96.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 146 64 131 0 0.56 0.10 0.43 310.98 0.39 0.41
Hex 92 40 83 0 38 A 2B 137 27 29
Octal 222 100 203 0 70 12 53 467 47 51
Binary 10010010 1000000 10000011 0 111000 1010 101011 100110111 100111 101001

Color Harmonies of #924083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924083

Black with #924083

Text Example


Text Example

White with #924083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924083; }

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

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

background-color css

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

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

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

border-color css

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

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

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