Html Css Color HEX #95238B Dark Purple

📋 copy color: '#95238B'

red 149 ◦ green 35 ◦ blue 139

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

Shades of Dark Purple #95238B

Tints of Dark Purple #95238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 46.13%
G = 10.84%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95238B (or 0x95238B) is known color: Dark Purple. HEX triplet: 95, 23 and 8B. RGB value is (149,35,139). Sum of RGB (Red+Green+Blue) = 149+35+139=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95238B is #6ADC74. Grayscale: #505050. Windows color (decimal): -7003253 or 9118613. OLE color: 9118613.

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

Color convert

RGB 149 35 139 -
CMYK 0 0.77 0.07 0.42
HSL 305.26º 0.62% 0.36% -
HSV(B) 305.26º 0.77% 0.58% -
XYZ 17.66 9.46 25.32 -
YUV 80.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 149 35 139 0 0.77 0.07 0.42 305.26 0.62 0.36
Hex 95 23 8B 0 4D 7 2A 131 3E 24
Octal 225 43 213 0 115 7 52 461 76 44
Binary 10010101 100011 10001011 0 1001101 111 101010 100110001 111110 100100

Color Harmonies of #95238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95238B

Black with #95238B

Text Example


Text Example

White with #95238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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