Html Css Color HEX #94307F Dark Purple

📋 copy color: '#94307F'

red 148 ◦ green 48 ◦ blue 127

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

Shades of Dark Purple #94307F

Tints of Dark Purple #94307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 45.82%
G = 14.86%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94307F (or 0x94307F) is known color: Dark Purple. HEX triplet: 94, 30 and 7F. RGB value is (148,48,127). Sum of RGB (Red+Green+Blue) = 148+48+127=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94307F is #6BCF80. Grayscale: #565656. Windows color (decimal): -7065473 or 8335508. OLE color: 8335508.

HSL color Cylindrical-coordinate representation of color #94307F: hue angle of 312.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94307F is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 48 127 -
CMYK 0 0.68 0.14 0.42
HSL 312.6º 0.51% 0.38% -
HSV(B) 312.6º 0.68% 0.58% -
XYZ 17.1 9.94 21.1 -
YUV 86.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 148 48 127 0 0.68 0.14 0.42 312.6 0.51 0.38
Hex 94 30 7F 0 44 E 2A 139 33 26
Octal 224 60 177 0 104 16 52 471 63 46
Binary 10010100 110000 1111111 0 1000100 1110 101010 100111001 110011 100110

Color Harmonies of #94307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94307F

Black with #94307F

Text Example


Text Example

White with #94307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,48,127); }

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

background-color css

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

 a { background-color: rgb(148,48,127); }

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

border-color css

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

 span { border-color: rgb(148,48,127); }

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