Html Css Color HEX #94217C Dark Purple

📋 copy color: '#94217C'

red 148 ◦ green 33 ◦ blue 124

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

Shades of Dark Purple #94217C

Tints of Dark Purple #94217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.82%

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 48.52%
G = 10.82%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94217C (or 0x94217C) is known color: Dark Purple. HEX triplet: 94, 21 and 7C. RGB value is (148,33,124). Sum of RGB (Red+Green+Blue) = 148+33+124=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94217C is #6BDE83. Grayscale: #4D4D4D. Windows color (decimal): -7069316 or 8135060. OLE color: 8135060.

HSL color Cylindrical-coordinate representation of color #94217C: hue angle of 312.52º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94217C is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 33 124 -
CMYK 0 0.78 0.16 0.42
HSL 312.52º 0.64% 0.35% -
HSV(B) 312.52º 0.78% 0.58% -
XYZ 16.39 8.84 19.91 -
YUV 77.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 148 33 124 0 0.78 0.16 0.42 312.52 0.64 0.35
Hex 94 21 7C 0 4E 10 2A 139 40 23
Octal 224 41 174 0 116 20 52 471 100 43
Binary 10010100 100001 1111100 0 1001110 10000 101010 100111001 1000000 100011

Color Harmonies of #94217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94217C

Black with #94217C

Text Example


Text Example

White with #94217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94217C; }

 p { color: rgb(148,33,124); }

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

background-color css

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

 a { background-color: rgb(148,33,124); }

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

border-color css

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

 span { border-color: rgb(148,33,124); }

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