Html Css Color HEX #952E8A Dark Purple

📋 copy color: '#952E8A'

red 149 ◦ green 46 ◦ blue 138

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

Shades of Dark Purple #952E8A

Tints of Dark Purple #952E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 44.74%
G = 13.81%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#952E8A (or 0x952E8A) is known color: Dark Purple. HEX triplet: 95, 2E and 8A. RGB value is (149,46,138). Sum of RGB (Red+Green+Blue) = 149+46+138=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #952E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E8A is #6AD175. Grayscale: #575757. Windows color (decimal): -7000438 or 9055893. OLE color: 9055893.

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

Color convert

RGB 149 46 138 -
CMYK 0 0.69 0.07 0.42
HSL 306.41º 0.53% 0.38% -
HSV(B) 306.41º 0.69% 0.58% -
XYZ 17.96 10.18 25.06 -
YUV 87.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 149 46 138 0 0.69 0.07 0.42 306.41 0.53 0.38
Hex 95 2E 8A 0 45 7 2A 132 35 26
Octal 225 56 212 0 105 7 52 462 65 46
Binary 10010101 101110 10001010 0 1000101 111 101010 100110010 110101 100110

Color Harmonies of #952E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E8A

Black with #952E8A

Text Example


Text Example

White with #952E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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