Html Css Color HEX #952875 Dark Purple

📋 copy color: '#952875'

red 149 ◦ green 40 ◦ blue 117

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

Shades of Dark Purple #952875

Tints of Dark Purple #952875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

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

R = 48.69%
G = 13.07%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#952875 (or 0x952875) is known color: Dark Purple. HEX triplet: 95, 28 and 75. RGB value is (149,40,117). Sum of RGB (Red+Green+Blue) = 149+40+117=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #952875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952875 is #6AD78A. Grayscale: #515151. Windows color (decimal): -7001995 or 7678101. OLE color: 7678101.

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

Color convert

RGB 149 40 117 -
CMYK 0 0.73 0.21 0.42
HSL 317.61º 0.58% 0.37% -
HSV(B) 317.61º 0.73% 0.58% -
XYZ 16.36 9.19 17.74 -
YUV 81.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 149 40 117 0 0.73 0.21 0.42 317.61 0.58 0.37
Hex 95 28 75 0 49 15 2A 13E 3A 25
Octal 225 50 165 0 111 25 52 476 72 45
Binary 10010101 101000 1110101 0 1001001 10101 101010 100111110 111010 100101

Color Harmonies of #952875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952875

Black with #952875

Text Example


Text Example

White with #952875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952875; }

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

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

background-color css

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

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

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

border-color css

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

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

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