Html Css Color HEX #941685 Dark Purple

📋 copy color: '#941685'

red 148 ◦ green 22 ◦ blue 133

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

Shades of Dark Purple #941685

Tints of Dark Purple #941685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 48.84%
G = 7.26%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#941685 (or 0x941685) is known color: Dark Purple. HEX triplet: 94, 16 and 85. RGB value is (148,22,133). Sum of RGB (Red+Green+Blue) = 148+22+133=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #941685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941685 is #6BE97A. Grayscale: #484848. Windows color (decimal): -7072123 or 8722068. OLE color: 8722068.

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

Color convert

RGB 148 22 133 -
CMYK 0 0.85 0.10 0.42
HSL 307.14º 0.74% 0.33% -
HSV(B) 307.14º 0.85% 0.58% -
XYZ 16.73 8.56 22.96 -
YUV 72.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 148 22 133 0 0.85 0.10 0.42 307.14 0.74 0.33
Hex 94 16 85 0 55 A 2A 133 4A 21
Octal 224 26 205 0 125 12 52 463 112 41
Binary 10010100 10110 10000101 0 1010101 1010 101010 100110011 1001010 100001

Color Harmonies of #941685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941685

Black with #941685

Text Example


Text Example

White with #941685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941685; }

 p { color: rgb(148,22,133); }

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

background-color css

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

 a { background-color: rgb(148,22,133); }

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

border-color css

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

 span { border-color: rgb(148,22,133); }

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