Html Css Color HEX #952677 Dark Purple

📋 copy color: '#952677'

red 149 ◦ green 38 ◦ blue 119

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

Shades of Dark Purple #952677

Tints of Dark Purple #952677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 48.69%
G = 12.42%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#952677 (or 0x952677) is known color: Dark Purple. HEX triplet: 95, 26 and 77. RGB value is (149,38,119). Sum of RGB (Red+Green+Blue) = 149+38+119=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #952677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952677 is #6AD988. Grayscale: #505050. Windows color (decimal): -7002505 or 7808661. OLE color: 7808661.

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

Color convert

RGB 149 38 119 -
CMYK 0 0.74 0.20 0.42
HSL 316.22º 0.59% 0.37% -
HSV(B) 316.22º 0.74% 0.58% -
XYZ 16.42 9.11 18.35 -
YUV 80.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 149 38 119 0 0.74 0.20 0.42 316.22 0.59 0.37
Hex 95 26 77 0 4A 14 2A 13C 3B 25
Octal 225 46 167 0 112 24 52 474 73 45
Binary 10010101 100110 1110111 0 1001010 10100 101010 100111100 111011 100101

Color Harmonies of #952677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952677

Black with #952677

Text Example


Text Example

White with #952677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952677; }

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

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

background-color css

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

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

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

border-color css

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

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

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