Html Css Color HEX #952671 Dark Purple

📋 copy color: '#952671'

red 149 ◦ green 38 ◦ blue 113

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

Shades of Dark Purple #952671

Tints of Dark Purple #952671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 49.67%
G = 12.67%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#952671 (or 0x952671) is known color: Dark Purple. HEX triplet: 95, 26 and 71. RGB value is (149,38,113). Sum of RGB (Red+Green+Blue) = 149+38+113=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #952671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952671 is #6AD98E. Grayscale: #4F4F4F. Windows color (decimal): -7002511 or 7415445. OLE color: 7415445.

HSL color Cylindrical-coordinate representation of color #952671: hue angle of 319.46º 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 #952671 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 113 -
CMYK 0 0.74 0.24 0.42
HSL 319.46º 0.59% 0.37% -
HSV(B) 319.46º 0.74% 0.58% -
XYZ 16.07 8.97 16.51 -
YUV 79.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 149 38 113 0 0.74 0.24 0.42 319.46 0.59 0.37
Hex 95 26 71 0 4A 18 2A 13F 3B 25
Octal 225 46 161 0 112 30 52 477 73 45
Binary 10010101 100110 1110001 0 1001010 11000 101010 100111111 111011 100101

Color Harmonies of #952671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952671

Black with #952671

Text Example


Text Example

White with #952671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952671; }

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

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

background-color css

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

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

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

border-color css

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

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

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