Html Css Color HEX #94247C Dark Purple

📋 copy color: '#94247C'

red 148 ◦ green 36 ◦ blue 124

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

Shades of Dark Purple #94247C

Tints of Dark Purple #94247C

RGB

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

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

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

R = 48.05%
G = 11.69%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94247C (or 0x94247C) is known color: Dark Purple. HEX triplet: 94, 24 and 7C. RGB value is (148,36,124). Sum of RGB (Red+Green+Blue) = 148+36+124=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94247C is #6BDB83. Grayscale: #4F4F4F. Windows color (decimal): -7068548 or 8135828. OLE color: 8135828.

HSL color Cylindrical-coordinate representation of color #94247C: hue angle of 312.86º 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 #94247C is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 124 -
CMYK 0 0.76 0.16 0.42
HSL 312.86º 0.61% 0.36% -
HSV(B) 312.86º 0.76% 0.58% -
XYZ 16.48 9.01 19.94 -
YUV 79.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 148 36 124 0 0.76 0.16 0.42 312.86 0.61 0.36
Hex 94 24 7C 0 4C 10 2A 139 3D 24
Octal 224 44 174 0 114 20 52 471 75 44
Binary 10010100 100100 1111100 0 1001100 10000 101010 100111001 111101 100100

Color Harmonies of #94247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94247C

Black with #94247C

Text Example


Text Example

White with #94247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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