Html Css Color HEX #94217B Dark Purple

📋 copy color: '#94217B'

red 148 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #94217B

Tints of Dark Purple #94217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.46%

R = 48.68%
G = 10.86%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#94217B (or 0x94217B) is known color: Dark Purple. HEX triplet: 94, 21 and 7B. RGB value is (148,33,123). Sum of RGB (Red+Green+Blue) = 148+33+123=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94217B is #6BDE84. Grayscale: #4D4D4D. Windows color (decimal): -7069317 or 8069524. OLE color: 8069524.

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

Color convert

RGB 148 33 123 -
CMYK 0 0.78 0.17 0.42
HSL 313.04º 0.64% 0.35% -
HSV(B) 313.04º 0.78% 0.58% -
XYZ 16.33 8.81 19.58 -
YUV 77.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 148 33 123 0 0.78 0.17 0.42 313.04 0.64 0.35
Hex 94 21 7B 0 4E 11 2A 139 40 23
Octal 224 41 173 0 116 21 52 471 100 43
Binary 10010100 100001 1111011 0 1001110 10001 101010 100111001 1000000 100011

Color Harmonies of #94217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94217B

Black with #94217B

Text Example


Text Example

White with #94217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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