Html Css Color HEX #942575 Dark Purple

📋 copy color: '#942575'

red 148 ◦ green 37 ◦ blue 117

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

Shades of Dark Purple #942575

Tints of Dark Purple #942575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

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

R = 49.01%
G = 12.25%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#942575 (or 0x942575) is known color: Dark Purple. HEX triplet: 94, 25 and 75. RGB value is (148,37,117). Sum of RGB (Red+Green+Blue) = 148+37+117=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #942575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942575 is #6BDA8A. Grayscale: #4F4F4F. Windows color (decimal): -7068299 or 7677332. OLE color: 7677332.

HSL color Cylindrical-coordinate representation of color #942575: hue angle of 316.76º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942575 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 37 117 -
CMYK 0 0.75 0.21 0.42
HSL 316.76º 0.6% 0.36% -
HSV(B) 316.76º 0.75% 0.58% -
XYZ 16.09 8.9 17.7 -
YUV 79.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 148 37 117 0 0.75 0.21 0.42 316.76 0.6 0.36
Hex 94 25 75 0 4B 15 2A 13D 3C 24
Octal 224 45 165 0 113 25 52 475 74 44
Binary 10010100 100101 1110101 0 1001011 10101 101010 100111101 111100 100100

Color Harmonies of #942575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942575

Black with #942575

Text Example


Text Example

White with #942575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942575; }

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

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

background-color css

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

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

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

border-color css

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

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

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