Html Css Color HEX #95236C Dark Purple

📋 copy color: '#95236C'

red 149 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #95236C

Tints of Dark Purple #95236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 51.03%
G = 11.99%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95236C (or 0x95236C) is known color: Dark Purple. HEX triplet: 95, 23 and 6C. RGB value is (149,35,108). Sum of RGB (Red+Green+Blue) = 149+35+108=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95236C is #6ADC93. Grayscale: #4D4D4D. Windows color (decimal): -7003284 or 7086997. OLE color: 7086997.

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

Color convert

RGB 149 35 108 -
CMYK 0 0.77 0.28 0.42
HSL 321.58º 0.62% 0.36% -
HSV(B) 321.58º 0.77% 0.58% -
XYZ 15.7 8.67 15.03 -
YUV 77.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 149 35 108 0 0.77 0.28 0.42 321.58 0.62 0.36
Hex 95 23 6C 0 4D 1C 2A 142 3E 24
Octal 225 43 154 0 115 34 52 502 76 44
Binary 10010101 100011 1101100 0 1001101 11100 101010 101000010 111110 100100

Color Harmonies of #95236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95236C

Black with #95236C

Text Example


Text Example

White with #95236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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