Html Css Color HEX #952E8E Dark Purple

📋 copy color: '#952E8E'

red 149 ◦ green 46 ◦ blue 142

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

Shades of Dark Purple #952E8E

Tints of Dark Purple #952E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 44.21%
G = 13.65%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#952E8E (or 0x952E8E) is known color: Dark Purple. HEX triplet: 95, 2E and 8E. RGB value is (149,46,142). Sum of RGB (Red+Green+Blue) = 149+46+142=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #952E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E8E is #6AD171. Grayscale: #575757. Windows color (decimal): -7000434 or 9318037. OLE color: 9318037.

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

Color convert

RGB 149 46 142 -
CMYK 0 0.69 0.05 0.42
HSL 304.08º 0.53% 0.38% -
HSV(B) 304.08º 0.69% 0.58% -
XYZ 18.25 10.3 26.62 -
YUV 87.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 149 46 142 0 0.69 0.05 0.42 304.08 0.53 0.38
Hex 95 2E 8E 0 45 5 2A 130 35 26
Octal 225 56 216 0 105 5 52 460 65 46
Binary 10010101 101110 10001110 0 1000101 101 101010 100110000 110101 100110

Color Harmonies of #952E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E8E

Black with #952E8E

Text Example


Text Example

White with #952E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,46,142); }

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

background-color css

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

 a { background-color: rgb(149,46,142); }

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

border-color css

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

 span { border-color: rgb(149,46,142); }

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