Html Css Color HEX #952E7B Dark Purple

📋 copy color: '#952E7B'

red 149 ◦ green 46 ◦ blue 123

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

Shades of Dark Purple #952E7B

Tints of Dark Purple #952E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 46.86%
G = 14.47%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#952E7B (or 0x952E7B) is known color: Dark Purple. HEX triplet: 95, 2E and 7B. RGB value is (149,46,123). Sum of RGB (Red+Green+Blue) = 149+46+123=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #952E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E7B is #6AD184. Grayscale: #555555. Windows color (decimal): -7000453 or 8072853. OLE color: 8072853.

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

Color convert

RGB 149 46 123 -
CMYK 0 0.69 0.17 0.42
HSL 315.15º 0.53% 0.38% -
HSV(B) 315.15º 0.69% 0.58% -
XYZ 16.95 9.77 19.73 -
YUV 85.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 149 46 123 0 0.69 0.17 0.42 315.15 0.53 0.38
Hex 95 2E 7B 0 45 11 2A 13B 35 26
Octal 225 56 173 0 105 21 52 473 65 46
Binary 10010101 101110 1111011 0 1000101 10001 101010 100111011 110101 100110

Color Harmonies of #952E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E7B

Black with #952E7B

Text Example


Text Example

White with #952E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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