Html Css Color HEX #941583 Dark Purple

📋 copy color: '#941583'

red 148 ◦ green 21 ◦ blue 131

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

Shades of Dark Purple #941583

Tints of Dark Purple #941583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

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

R = 49.33%
G = 7%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#941583 (or 0x941583) is known color: Dark Purple. HEX triplet: 94, 15 and 83. RGB value is (148,21,131). Sum of RGB (Red+Green+Blue) = 148+21+131=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #941583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941583 is #6BEA7C. Grayscale: #474747. Windows color (decimal): -7072381 or 8590740. OLE color: 8590740.

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

Color convert

RGB 148 21 131 -
CMYK 0 0.86 0.11 0.42
HSL 308.03º 0.75% 0.33% -
HSV(B) 308.03º 0.86% 0.58% -
XYZ 16.58 8.47 22.23 -
YUV 71.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 148 21 131 0 0.86 0.11 0.42 308.03 0.75 0.33
Hex 94 15 83 0 56 B 2A 134 4B 21
Octal 224 25 203 0 126 13 52 464 113 41
Binary 10010100 10101 10000011 0 1010110 1011 101010 100110100 1001011 100001

Color Harmonies of #941583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941583

Black with #941583

Text Example


Text Example

White with #941583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941583; }

 p { color: rgb(148,21,131); }

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

background-color css

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

 a { background-color: rgb(148,21,131); }

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

border-color css

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

 span { border-color: rgb(148,21,131); }

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