Html Css Color HEX #94247F Dark Purple

📋 copy color: '#94247F'

red 148 ◦ green 36 ◦ blue 127

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

Shades of Dark Purple #94247F

Tints of Dark Purple #94247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.58%

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

R = 47.59%
G = 11.58%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94247F (or 0x94247F) is known color: Dark Purple. HEX triplet: 94, 24 and 7F. RGB value is (148,36,127). Sum of RGB (Red+Green+Blue) = 148+36+127=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94247F is #6BDB80. Grayscale: #4F4F4F. Windows color (decimal): -7068545 or 8332436. OLE color: 8332436.

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

Color convert

RGB 148 36 127 -
CMYK 0 0.76 0.14 0.42
HSL 311.25º 0.61% 0.36% -
HSV(B) 311.25º 0.76% 0.58% -
XYZ 16.67 9.09 20.95 -
YUV 79.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 148 36 127 0 0.76 0.14 0.42 311.25 0.61 0.36
Hex 94 24 7F 0 4C E 2A 137 3D 24
Octal 224 44 177 0 114 16 52 467 75 44
Binary 10010100 100100 1111111 0 1001100 1110 101010 100110111 111101 100100

Color Harmonies of #94247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94247F

Black with #94247F

Text Example


Text Example

White with #94247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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