Html Css Color HEX #95237C Dark Purple

📋 copy color: '#95237C'

red 149 ◦ green 35 ◦ blue 124

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

Shades of Dark Purple #95237C

Tints of Dark Purple #95237C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 48.38%
G = 11.36%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95237C (or 0x95237C) is known color: Dark Purple. HEX triplet: 95, 23 and 7C. RGB value is (149,35,124). Sum of RGB (Red+Green+Blue) = 149+35+124=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95237C is #6ADC83. Grayscale: #4E4E4E. Windows color (decimal): -7003268 or 8135573. OLE color: 8135573.

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

Color convert

RGB 149 35 124 -
CMYK 0 0.77 0.17 0.42
HSL 313.16º 0.62% 0.36% -
HSV(B) 313.16º 0.77% 0.58% -
XYZ 16.63 9.05 19.94 -
YUV 79.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 149 35 124 0 0.77 0.17 0.42 313.16 0.62 0.36
Hex 95 23 7C 0 4D 11 2A 139 3E 24
Octal 225 43 174 0 115 21 52 471 76 44
Binary 10010101 100011 1111100 0 1001101 10001 101010 100111001 111110 100100

Color Harmonies of #95237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95237C

Black with #95237C

Text Example


Text Example

White with #95237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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