Html Css Color HEX #952286 Dark Purple

📋 copy color: '#952286'

red 149 ◦ green 34 ◦ blue 134

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

Shades of Dark Purple #952286

Tints of Dark Purple #952286

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 47%
G = 10.73%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#952286 (or 0x952286) is known color: Dark Purple. HEX triplet: 95, 22 and 86. RGB value is (149,34,134). Sum of RGB (Red+Green+Blue) = 149+34+134=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952286 is #6ADD79. Grayscale: #4F4F4F. Windows color (decimal): -7003514 or 8790677. OLE color: 8790677.

HSL color Cylindrical-coordinate representation of color #952286: hue angle of 307.83º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952286 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 134 -
CMYK 0 0.77 0.10 0.42
HSL 307.83º 0.63% 0.36% -
HSV(B) 307.83º 0.77% 0.58% -
XYZ 17.27 9.25 23.43 -
YUV 79.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 149 34 134 0 0.77 0.10 0.42 307.83 0.63 0.36
Hex 95 22 86 0 4D A 2A 134 3F 24
Octal 225 42 206 0 115 12 52 464 77 44
Binary 10010101 100010 10000110 0 1001101 1010 101010 100110100 111111 100100

Color Harmonies of #952286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952286

Black with #952286

Text Example


Text Example

White with #952286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952286; }

 p { color: rgb(149,34,134); }

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

background-color css

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

 a { background-color: rgb(149,34,134); }

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

border-color css

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

 span { border-color: rgb(149,34,134); }

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