Html Css Color HEX #95236D Dark Purple

📋 copy color: '#95236D'

red 149 ◦ green 35 ◦ blue 109

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

Shades of Dark Purple #95236D

Tints of Dark Purple #95236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 50.85%
G = 11.95%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95236D (or 0x95236D) is known color: Dark Purple. HEX triplet: 95, 23 and 6D. RGB value is (149,35,109). Sum of RGB (Red+Green+Blue) = 149+35+109=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95236D is #6ADC92. Grayscale: #4D4D4D. Windows color (decimal): -7003283 or 7152533. OLE color: 7152533.

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

Color convert

RGB 149 35 109 -
CMYK 0 0.77 0.27 0.42
HSL 321.05º 0.62% 0.36% -
HSV(B) 321.05º 0.77% 0.58% -
XYZ 15.76 8.7 15.32 -
YUV 77.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 149 35 109 0 0.77 0.27 0.42 321.05 0.62 0.36
Hex 95 23 6D 0 4D 1B 2A 141 3E 24
Octal 225 43 155 0 115 33 52 501 76 44
Binary 10010101 100011 1101101 0 1001101 11011 101010 101000001 111110 100100

Color Harmonies of #95236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95236D

Black with #95236D

Text Example


Text Example

White with #95236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95236D; }

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

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

background-color css

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

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

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

border-color css

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

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

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