Html Css Color HEX #94186D Dark Purple

📋 copy color: '#94186D'

red 148 ◦ green 24 ◦ blue 109

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

Shades of Dark Purple #94186D

Tints of Dark Purple #94186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.54%

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 52.67%
G = 8.54%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94186D (or 0x94186D) is known color: Dark Purple. HEX triplet: 94, 18 and 6D. RGB value is (148,24,109). Sum of RGB (Red+Green+Blue) = 148+24+109=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #94186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94186D is #6BE792. Grayscale: #464646. Windows color (decimal): -7071635 or 7149716. OLE color: 7149716.

HSL color Cylindrical-coordinate representation of color #94186D: hue angle of 318.87º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94186D is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 24 109 -
CMYK 0 0.84 0.26 0.42
HSL 318.87º 0.72% 0.34% -
HSV(B) 318.87º 0.84% 0.58% -
XYZ 15.3 8.05 15.22 -
YUV 70.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 148 24 109 0 0.84 0.26 0.42 318.87 0.72 0.34
Hex 94 18 6D 0 54 1A 2A 13F 48 22
Octal 224 30 155 0 124 32 52 477 110 42
Binary 10010100 11000 1101101 0 1010100 11010 101010 100111111 1001000 100010

Color Harmonies of #94186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94186D

Black with #94186D

Text Example


Text Example

White with #94186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94186D; }

 p { color: rgb(148,24,109); }

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

background-color css

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

 a { background-color: rgb(148,24,109); }

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

border-color css

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

 span { border-color: rgb(148,24,109); }

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