Html Css Color HEX #94356F Dark Purple

📋 copy color: '#94356F'

red 148 ◦ green 53 ◦ blue 111

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

Shades of Dark Purple #94356F

Tints of Dark Purple #94356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 111 (43.75% from 255) = 35.58%

R = 47.44%
G = 16.99%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#94356F (or 0x94356F) is known color: Dark Purple. HEX triplet: 94, 35 and 6F. RGB value is (148,53,111). Sum of RGB (Red+Green+Blue) = 148+53+111=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94356F is #6BCA90. Grayscale: #575757. Windows color (decimal): -7064209 or 7288212. OLE color: 7288212.

HSL color Cylindrical-coordinate representation of color #94356F: hue angle of 323.37º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94356F is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 53 111 -
CMYK 0 0.64 0.25 0.42
HSL 323.37º 0.47% 0.39% -
HSV(B) 323.37º 0.64% 0.58% -
XYZ 16.36 9.99 16.11 -
YUV 88.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 148 53 111 0 0.64 0.25 0.42 323.37 0.47 0.39
Hex 94 35 6F 0 40 19 2A 143 2F 27
Octal 224 65 157 0 100 31 52 503 57 47
Binary 10010100 110101 1101111 0 1000000 11001 101010 101000011 101111 100111

Color Harmonies of #94356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94356F

Black with #94356F

Text Example


Text Example

White with #94356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94356F; }

 p { color: rgb(148,53,111); }

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

background-color css

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

 a { background-color: rgb(148,53,111); }

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

border-color css

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

 span { border-color: rgb(148,53,111); }

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