Html Css Color HEX #952676 Dark Purple

📋 copy color: '#952676'

red 149 ◦ green 38 ◦ blue 118

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

Shades of Dark Purple #952676

Tints of Dark Purple #952676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 48.85%
G = 12.46%
B = 38.69%

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

#952676 (or 0x952676) is known color: Dark Purple. HEX triplet: 95, 26 and 76. RGB value is (149,38,118). Sum of RGB (Red+Green+Blue) = 149+38+118=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #952676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952676 is #6AD989. Grayscale: #505050. Windows color (decimal): -7002506 or 7743125. OLE color: 7743125.

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

Color convert

RGB 149 38 118 -
CMYK 0 0.74 0.21 0.42
HSL 316.76º 0.59% 0.37% -
HSV(B) 316.76º 0.74% 0.58% -
XYZ 16.36 9.08 18.03 -
YUV 80.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 149 38 118 0 0.74 0.21 0.42 316.76 0.59 0.37
Hex 95 26 76 0 4A 15 2A 13D 3B 25
Octal 225 46 166 0 112 25 52 475 73 45
Binary 10010101 100110 1110110 0 1001010 10101 101010 100111101 111011 100101

Color Harmonies of #952676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952676

Black with #952676

Text Example


Text Example

White with #952676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952676; }

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

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

background-color css

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

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

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

border-color css

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

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

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