Html Css Color HEX #942175 Dark Purple

📋 copy color: '#942175'

red 148 ◦ green 33 ◦ blue 117

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

Shades of Dark Purple #942175

Tints of Dark Purple #942175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 49.66%
G = 11.07%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#942175 (or 0x942175) is known color: Dark Purple. HEX triplet: 94, 21 and 75. RGB value is (148,33,117). Sum of RGB (Red+Green+Blue) = 148+33+117=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #942175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942175 is #6BDE8A. Grayscale: #4C4C4C. Windows color (decimal): -7069323 or 7676308. OLE color: 7676308.

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

Color convert

RGB 148 33 117 -
CMYK 0 0.78 0.21 0.42
HSL 316.17º 0.64% 0.35% -
HSV(B) 316.17º 0.78% 0.58% -
XYZ 15.97 8.67 17.66 -
YUV 76.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 148 33 117 0 0.78 0.21 0.42 316.17 0.64 0.35
Hex 94 21 75 0 4E 15 2A 13C 40 23
Octal 224 41 165 0 116 25 52 474 100 43
Binary 10010100 100001 1110101 0 1001110 10101 101010 100111100 1000000 100011

Color Harmonies of #942175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942175

Black with #942175

Text Example


Text Example

White with #942175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942175; }

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

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

background-color css

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

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

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

border-color css

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

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

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