Html Css Color HEX #952675 Dark Purple

📋 copy color: '#952675'

red 149 ◦ green 38 ◦ blue 117

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

Shades of Dark Purple #952675

Tints of Dark Purple #952675

RGB

 RED value IS 149 (58.59% from 255) = 49.01%

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

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

R = 49.01%
G = 12.5%
B = 38.49%

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

#952675 (or 0x952675) is known color: Dark Purple. HEX triplet: 95, 26 and 75. RGB value is (149,38,117). Sum of RGB (Red+Green+Blue) = 149+38+117=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #952675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952675 is #6AD98A. Grayscale: #4F4F4F. Windows color (decimal): -7002507 or 7677589. OLE color: 7677589.

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

Color convert

RGB 149 38 117 -
CMYK 0 0.74 0.21 0.42
HSL 317.3º 0.59% 0.37% -
HSV(B) 317.3º 0.74% 0.58% -
XYZ 16.3 9.06 17.72 -
YUV 80.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 149 38 117 0 0.74 0.21 0.42 317.3 0.59 0.37
Hex 95 26 75 0 4A 15 2A 13D 3B 25
Octal 225 46 165 0 112 25 52 475 73 45
Binary 10010101 100110 1110101 0 1001010 10101 101010 100111101 111011 100101

Color Harmonies of #952675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952675

Black with #952675

Text Example


Text Example

White with #952675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952675; }

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

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

background-color css

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

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

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

border-color css

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

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

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