Html Css Color HEX #94217A Dark Purple

📋 copy color: '#94217A'

red 148 ◦ green 33 ◦ blue 122

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

Shades of Dark Purple #94217A

Tints of Dark Purple #94217A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 48.84%
G = 10.89%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#94217A (or 0x94217A) is known color: Dark Purple. HEX triplet: 94, 21 and 7A. RGB value is (148,33,122). Sum of RGB (Red+Green+Blue) = 148+33+122=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #94217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94217A is #6BDE85. Grayscale: #4D4D4D. Windows color (decimal): -7069318 or 8003988. OLE color: 8003988.

HSL color Cylindrical-coordinate representation of color #94217A: hue angle of 313.57º 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 #94217A is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 33 122 -
CMYK 0 0.78 0.18 0.42
HSL 313.57º 0.64% 0.35% -
HSV(B) 313.57º 0.78% 0.58% -
XYZ 16.27 8.79 19.25 -
YUV 77.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 148 33 122 0 0.78 0.18 0.42 313.57 0.64 0.35
Hex 94 21 7A 0 4E 12 2A 13A 40 23
Octal 224 41 172 0 116 22 52 472 100 43
Binary 10010100 100001 1111010 0 1001110 10010 101010 100111010 1000000 100011

Color Harmonies of #94217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94217A

Black with #94217A

Text Example


Text Example

White with #94217A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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