Html Css Color HEX #942475 Dark Purple

📋 copy color: '#942475'

red 148 ◦ green 36 ◦ blue 117

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

Shades of Dark Purple #942475

Tints of Dark Purple #942475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 49.17%
G = 11.96%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#942475 (or 0x942475) is known color: Dark Purple. HEX triplet: 94, 24 and 75. RGB value is (148,36,117). Sum of RGB (Red+Green+Blue) = 148+36+117=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #942475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942475 is #6BDB8A. Grayscale: #4E4E4E. Windows color (decimal): -7068555 or 7677076. OLE color: 7677076.

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

Color convert

RGB 148 36 117 -
CMYK 0 0.76 0.21 0.42
HSL 316.61º 0.61% 0.36% -
HSV(B) 316.61º 0.76% 0.58% -
XYZ 16.05 8.84 17.69 -
YUV 78.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 148 36 117 0 0.76 0.21 0.42 316.61 0.61 0.36
Hex 94 24 75 0 4C 15 2A 13D 3D 24
Octal 224 44 165 0 114 25 52 475 75 44
Binary 10010100 100100 1110101 0 1001100 10101 101010 100111101 111101 100100

Color Harmonies of #942475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942475

Black with #942475

Text Example


Text Example

White with #942475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942475; }

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

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

background-color css

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

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

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

border-color css

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

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

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