Html Css Color HEX #952B8C Dark Purple

📋 copy color: '#952B8C'

red 149 ◦ green 43 ◦ blue 140

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

Shades of Dark Purple #952B8C

Tints of Dark Purple #952B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 44.88%
G = 12.95%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#952B8C (or 0x952B8C) is known color: Dark Purple. HEX triplet: 95, 2B and 8C. RGB value is (149,43,140). Sum of RGB (Red+Green+Blue) = 149+43+140=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #952B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952B8C is #6AD473. Grayscale: #555555. Windows color (decimal): -7001204 or 9186197. OLE color: 9186197.

HSL color Cylindrical-coordinate representation of color #952B8C: hue angle of 305.09º 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 #952B8C is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 140 -
CMYK 0 0.71 0.06 0.42
HSL 305.09º 0.55% 0.38% -
HSV(B) 305.09º 0.71% 0.58% -
XYZ 17.99 10.01 25.79 -
YUV 85.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 149 43 140 0 0.71 0.06 0.42 305.09 0.55 0.38
Hex 95 2B 8C 0 47 6 2A 131 37 26
Octal 225 53 214 0 107 6 52 461 67 46
Binary 10010101 101011 10001100 0 1000111 110 101010 100110001 110111 100110

Color Harmonies of #952B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B8C

Black with #952B8C

Text Example


Text Example

White with #952B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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