Html Css Color HEX #94248E Dark Purple

📋 copy color: '#94248E'

red 148 ◦ green 36 ◦ blue 142

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

Shades of Dark Purple #94248E

Tints of Dark Purple #94248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 45.4%
G = 11.04%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#94248E (or 0x94248E) is known color: Dark Purple. HEX triplet: 94, 24 and 8E. RGB value is (148,36,142). Sum of RGB (Red+Green+Blue) = 148+36+142=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94248E is #6BDB71. Grayscale: #515151. Windows color (decimal): -7068530 or 9315476. OLE color: 9315476.

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

Color convert

RGB 148 36 142 -
CMYK 0 0.76 0.04 0.42
HSL 303.21º 0.61% 0.36% -
HSV(B) 303.21º 0.76% 0.58% -
XYZ 17.73 9.51 26.49 -
YUV 81.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 148 36 142 0 0.76 0.04 0.42 303.21 0.61 0.36
Hex 94 24 8E 0 4C 4 2A 12F 3D 24
Octal 224 44 216 0 114 4 52 457 75 44
Binary 10010100 100100 10001110 0 1001100 100 101010 100101111 111101 100100

Color Harmonies of #94248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94248E

Black with #94248E

Text Example


Text Example

White with #94248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94248E; }

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

 H1.HeaderClassName
 {
   color: #94248E;
 }
 .AnyTagClassName
 {
   color: #94248E;
 }
</style>

background-color css

<style>
 a { background-color: #94248E; }

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

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

border-color css

<style>
 span { border-color: #94248E; }

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

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