Html Css Color HEX #942375 Dark Purple

📋 copy color: '#942375'

red 148 ◦ green 35 ◦ blue 117

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

Shades of Dark Purple #942375

Tints of Dark Purple #942375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 49.33%
G = 11.67%
B = 39%

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

#942375 (or 0x942375) is known color: Dark Purple. HEX triplet: 94, 23 and 75. RGB value is (148,35,117). Sum of RGB (Red+Green+Blue) = 148+35+117=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #942375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942375 is #6BDC8A. Grayscale: #4D4D4D. Windows color (decimal): -7068811 or 7676820. OLE color: 7676820.

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

Color convert

RGB 148 35 117 -
CMYK 0 0.76 0.21 0.42
HSL 316.46º 0.62% 0.36% -
HSV(B) 316.46º 0.76% 0.58% -
XYZ 16.02 8.78 17.68 -
YUV 78.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 148 35 117 0 0.76 0.21 0.42 316.46 0.62 0.36
Hex 94 23 75 0 4C 15 2A 13C 3E 24
Octal 224 43 165 0 114 25 52 474 76 44
Binary 10010100 100011 1110101 0 1001100 10101 101010 100111100 111110 100100

Color Harmonies of #942375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942375

Black with #942375

Text Example


Text Example

White with #942375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942375; }

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

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

background-color css

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

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

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

border-color css

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

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

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