Html Css Color HEX #942580 Dark Purple

📋 copy color: '#942580'

red 148 ◦ green 37 ◦ blue 128

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

Shades of Dark Purple #942580

Tints of Dark Purple #942580

RGB

 RED value IS 148 (58.2% from 255) = 47.28%

 GREEN value IS 37 (14.84% from 255) = 11.82%

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 47.28%
G = 11.82%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#942580 (or 0x942580) is known color: Dark Purple. HEX triplet: 94, 25 and 80. RGB value is (148,37,128). Sum of RGB (Red+Green+Blue) = 148+37+128=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #942580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942580 is #6BDA7F. Grayscale: #505050. Windows color (decimal): -7068288 or 8398228. OLE color: 8398228.

HSL color Cylindrical-coordinate representation of color #942580: hue angle of 310.81º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942580 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 37 128 -
CMYK 0 0.75 0.14 0.42
HSL 310.81º 0.6% 0.36% -
HSV(B) 310.81º 0.75% 0.58% -
XYZ 16.77 9.18 21.31 -
YUV 80.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 148 37 128 0 0.75 0.14 0.42 310.81 0.6 0.36
Hex 94 25 80 0 4B E 2A 137 3C 24
Octal 224 45 200 0 113 16 52 467 74 44
Binary 10010100 100101 10000000 0 1001011 1110 101010 100110111 111100 100100

Color Harmonies of #942580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942580

Black with #942580

Text Example


Text Example

White with #942580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942580; }

 p { color: rgb(148,37,128); }

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

background-color css

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

 a { background-color: rgb(148,37,128); }

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

border-color css

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

 span { border-color: rgb(148,37,128); }

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