Html Css Color HEX #952B7D Dark Purple

📋 copy color: '#952B7D'

red 149 ◦ green 43 ◦ blue 125

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

Shades of Dark Purple #952B7D

Tints of Dark Purple #952B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 47%
G = 13.56%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#952B7D (or 0x952B7D) is known color: Dark Purple. HEX triplet: 95, 2B and 7D. RGB value is (149,43,125). Sum of RGB (Red+Green+Blue) = 149+43+125=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B7D is #6AD482. Grayscale: #535353. Windows color (decimal): -7001219 or 8203157. OLE color: 8203157.

HSL color Cylindrical-coordinate representation of color #952B7D: hue angle of 313.58º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B7D is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 125 -
CMYK 0 0.71 0.16 0.42
HSL 313.58º 0.55% 0.38% -
HSV(B) 313.58º 0.71% 0.58% -
XYZ 16.96 9.6 20.36 -
YUV 84.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 149 43 125 0 0.71 0.16 0.42 313.58 0.55 0.38
Hex 95 2B 7D 0 47 10 2A 13A 37 26
Octal 225 53 175 0 107 20 52 472 67 46
Binary 10010101 101011 1111101 0 1000111 10000 101010 100111010 110111 100110

Color Harmonies of #952B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B7D

Black with #952B7D

Text Example


Text Example

White with #952B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952B7D; }

 p { color: rgb(149,43,125); }

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

background-color css

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

 a { background-color: rgb(149,43,125); }

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

border-color css

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

 span { border-color: rgb(149,43,125); }

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