Html Css Color HEX #942675 Dark Purple

📋 copy color: '#942675'

red 148 ◦ green 38 ◦ blue 117

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

Shades of Dark Purple #942675

Tints of Dark Purple #942675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.54%

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

R = 48.84%
G = 12.54%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#942675 (or 0x942675) is known color: Dark Purple. HEX triplet: 94, 26 and 75. RGB value is (148,38,117). Sum of RGB (Red+Green+Blue) = 148+38+117=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #942675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942675 is #6BD98A. Grayscale: #4F4F4F. Windows color (decimal): -7068043 or 7677588. OLE color: 7677588.

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

Color convert

RGB 148 38 117 -
CMYK 0 0.74 0.21 0.42
HSL 316.91º 0.59% 0.36% -
HSV(B) 316.91º 0.74% 0.58% -
XYZ 16.12 8.97 17.71 -
YUV 79.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 148 38 117 0 0.74 0.21 0.42 316.91 0.59 0.36
Hex 94 26 75 0 4A 15 2A 13D 3B 24
Octal 224 46 165 0 112 25 52 475 73 44
Binary 10010100 100110 1110101 0 1001010 10101 101010 100111101 111011 100100

Color Harmonies of #942675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942675

Black with #942675

Text Example


Text Example

White with #942675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942675; }

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

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

background-color css

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

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

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

border-color css

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

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

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