Html Css Color HEX #952672 Dark Purple

📋 copy color: '#952672'

red 149 ◦ green 38 ◦ blue 114

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

Shades of Dark Purple #952672

Tints of Dark Purple #952672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 49.5%
G = 12.62%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#952672 (or 0x952672) is known color: Dark Purple. HEX triplet: 95, 26 and 72. RGB value is (149,38,114). Sum of RGB (Red+Green+Blue) = 149+38+114=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #952672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952672 is #6AD98D. Grayscale: #4F4F4F. Windows color (decimal): -7002510 or 7480981. OLE color: 7480981.

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

Color convert

RGB 149 38 114 -
CMYK 0 0.74 0.23 0.42
HSL 318.92º 0.59% 0.37% -
HSV(B) 318.92º 0.74% 0.58% -
XYZ 16.12 8.99 16.81 -
YUV 79.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 149 38 114 0 0.74 0.23 0.42 318.92 0.59 0.37
Hex 95 26 72 0 4A 17 2A 13F 3B 25
Octal 225 46 162 0 112 27 52 477 73 45
Binary 10010101 100110 1110010 0 1001010 10111 101010 100111111 111011 100101

Color Harmonies of #952672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952672

Black with #952672

Text Example


Text Example

White with #952672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952672; }

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

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

background-color css

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

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

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

border-color css

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

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

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