Html Css Color HEX #952369 Dark Purple

📋 copy color: '#952369'

red 149 ◦ green 35 ◦ blue 105

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

Shades of Dark Purple #952369

Tints of Dark Purple #952369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

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

R = 51.56%
G = 12.11%
B = 36.33%

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

#952369 (or 0x952369) is known color: Dark Purple. HEX triplet: 95, 23 and 69. RGB value is (149,35,105). Sum of RGB (Red+Green+Blue) = 149+35+105=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #952369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952369 is #6ADC96. Grayscale: #4C4C4C. Windows color (decimal): -7003287 or 6890389. OLE color: 6890389.

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

Color convert

RGB 149 35 105 -
CMYK 0 0.77 0.30 0.42
HSL 323.16º 0.62% 0.36% -
HSV(B) 323.16º 0.77% 0.58% -
XYZ 15.55 8.61 14.21 -
YUV 77.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 149 35 105 0 0.77 0.30 0.42 323.16 0.62 0.36
Hex 95 23 69 0 4D 1E 2A 143 3E 24
Octal 225 43 151 0 115 36 52 503 76 44
Binary 10010101 100011 1101001 0 1001101 11110 101010 101000011 111110 100100

Color Harmonies of #952369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952369

Black with #952369

Text Example


Text Example

White with #952369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952369; }

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

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

background-color css

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

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

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

border-color css

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

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

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