Html Css Color HEX #952269 Dark Purple

📋 copy color: '#952269'

red 149 ◦ green 34 ◦ blue 105

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

Shades of Dark Purple #952269

Tints of Dark Purple #952269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 51.74%
G = 11.81%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#952269 (or 0x952269) is known color: Dark Purple. HEX triplet: 95, 22 and 69. RGB value is (149,34,105). Sum of RGB (Red+Green+Blue) = 149+34+105=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #952269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952269 is #6ADD96. Grayscale: #4C4C4C. Windows color (decimal): -7003543 or 6890133. OLE color: 6890133.

HSL color Cylindrical-coordinate representation of color #952269: hue angle of 322.96º 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 #952269 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 105 -
CMYK 0 0.77 0.30 0.42
HSL 322.96º 0.63% 0.36% -
HSV(B) 322.96º 0.77% 0.58% -
XYZ 15.52 8.55 14.2 -
YUV 76.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 149 34 105 0 0.77 0.30 0.42 322.96 0.63 0.36
Hex 95 22 69 0 4D 1E 2A 143 3F 24
Octal 225 42 151 0 115 36 52 503 77 44
Binary 10010101 100010 1101001 0 1001101 11110 101010 101000011 111111 100100

Color Harmonies of #952269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952269

Black with #952269

Text Example


Text Example

White with #952269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952269; }

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

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

background-color css

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

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

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

border-color css

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

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

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