Html Css Color HEX #952275 Dark Purple

📋 copy color: '#952275'

red 149 ◦ green 34 ◦ blue 117

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

Shades of Dark Purple #952275

Tints of Dark Purple #952275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.33%

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

R = 49.67%
G = 11.33%
B = 39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#952275 (or 0x952275) is known color: Dark Purple. HEX triplet: 95, 22 and 75. RGB value is (149,34,117). Sum of RGB (Red+Green+Blue) = 149+34+117=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #952275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952275 is #6ADD8A. Grayscale: #4D4D4D. Windows color (decimal): -7003531 or 7676565. OLE color: 7676565.

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

Color convert

RGB 149 34 117 -
CMYK 0 0.77 0.21 0.42
HSL 316.7º 0.63% 0.36% -
HSV(B) 316.7º 0.77% 0.58% -
XYZ 16.18 8.82 17.68 -
YUV 77.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 149 34 117 0 0.77 0.21 0.42 316.7 0.63 0.36
Hex 95 22 75 0 4D 15 2A 13D 3F 24
Octal 225 42 165 0 115 25 52 475 77 44
Binary 10010101 100010 1110101 0 1001101 10101 101010 100111101 111111 100100

Color Harmonies of #952275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952275

Black with #952275

Text Example


Text Example

White with #952275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952275; }

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

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

background-color css

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

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

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

border-color css

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

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

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