Html Css Color HEX #94207F Dark Purple

📋 copy color: '#94207F'

red 148 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #94207F

Tints of Dark Purple #94207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

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

R = 48.21%
G = 10.42%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94207F (or 0x94207F) is known color: Dark Purple. HEX triplet: 94, 20 and 7F. RGB value is (148,32,127). Sum of RGB (Red+Green+Blue) = 148+32+127=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94207F is #6BDF80. Grayscale: #4D4D4D. Windows color (decimal): -7069569 or 8331412. OLE color: 8331412.

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

Color convert

RGB 148 32 127 -
CMYK 0 0.78 0.14 0.42
HSL 310.86º 0.64% 0.35% -
HSV(B) 310.86º 0.78% 0.58% -
XYZ 16.56 8.86 20.92 -
YUV 77.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 148 32 127 0 0.78 0.14 0.42 310.86 0.64 0.35
Hex 94 20 7F 0 4E E 2A 137 40 23
Octal 224 40 177 0 116 16 52 467 100 43
Binary 10010100 100000 1111111 0 1001110 1110 101010 100110111 1000000 100011

Color Harmonies of #94207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94207F

Black with #94207F

Text Example


Text Example

White with #94207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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