Html Css Color HEX #952C8F Dark Purple

📋 copy color: '#952C8F'

red 149 ◦ green 44 ◦ blue 143

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

Shades of Dark Purple #952C8F

Tints of Dark Purple #952C8F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.1%

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 44.35%
G = 13.1%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#952C8F (or 0x952C8F) is known color: Dark Purple. HEX triplet: 95, 2C and 8F. RGB value is (149,44,143). Sum of RGB (Red+Green+Blue) = 149+44+143=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #952C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952C8F is #6AD370. Grayscale: #565656. Windows color (decimal): -7000945 or 9383061. OLE color: 9383061.

HSL color Cylindrical-coordinate representation of color #952C8F: hue angle of 303.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952C8F is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 143 -
CMYK 0 0.70 0.04 0.42
HSL 303.43º 0.54% 0.38% -
HSV(B) 303.43º 0.7% 0.58% -
XYZ 18.25 10.17 26.99 -
YUV 86.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 149 44 143 0 0.70 0.04 0.42 303.43 0.54 0.38
Hex 95 2C 8F 0 46 4 2A 12F 36 26
Octal 225 54 217 0 106 4 52 457 66 46
Binary 10010101 101100 10001111 0 1000110 100 101010 100101111 110110 100110

Color Harmonies of #952C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C8F

Black with #952C8F

Text Example


Text Example

White with #952C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,44,143); }

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

background-color css

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

 a { background-color: rgb(149,44,143); }

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

border-color css

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

 span { border-color: rgb(149,44,143); }

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