Html Css Color HEX #952885 Dark Purple

📋 copy color: '#952885'

red 149 ◦ green 40 ◦ blue 133

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

Shades of Dark Purple #952885

Tints of Dark Purple #952885

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.42%

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 46.27%
G = 12.42%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#952885 (or 0x952885) is known color: Dark Purple. HEX triplet: 95, 28 and 85. RGB value is (149,40,133). Sum of RGB (Red+Green+Blue) = 149+40+133=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #952885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952885 is #6AD77A. Grayscale: #525252. Windows color (decimal): -7001979 or 8726677. OLE color: 8726677.

HSL color Cylindrical-coordinate representation of color #952885: hue angle of 308.81º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952885 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 133 -
CMYK 0 0.73 0.11 0.42
HSL 308.81º 0.58% 0.37% -
HSV(B) 308.81º 0.73% 0.58% -
XYZ 17.39 9.6 23.13 -
YUV 83.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 149 40 133 0 0.73 0.11 0.42 308.81 0.58 0.37
Hex 95 28 85 0 49 B 2A 135 3A 25
Octal 225 50 205 0 111 13 52 465 72 45
Binary 10010101 101000 10000101 0 1001001 1011 101010 100110101 111010 100101

Color Harmonies of #952885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952885

Black with #952885

Text Example


Text Example

White with #952885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952885; }

 p { color: rgb(149,40,133); }

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

background-color css

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

 a { background-color: rgb(149,40,133); }

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

border-color css

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

 span { border-color: rgb(149,40,133); }

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