Html Css Color HEX #95238C Dark Purple

📋 copy color: '#95238C'

red 149 ◦ green 35 ◦ blue 140

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

Shades of Dark Purple #95238C

Tints of Dark Purple #95238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 45.99%
G = 10.8%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95238C (or 0x95238C) is known color: Dark Purple. HEX triplet: 95, 23 and 8C. RGB value is (149,35,140). Sum of RGB (Red+Green+Blue) = 149+35+140=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95238C is #6ADC73. Grayscale: #505050. Windows color (decimal): -7003252 or 9184149. OLE color: 9184149.

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

Color convert

RGB 149 35 140 -
CMYK 0 0.77 0.06 0.42
HSL 304.74º 0.62% 0.36% -
HSV(B) 304.74º 0.77% 0.58% -
XYZ 17.73 9.49 25.71 -
YUV 81.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 149 35 140 0 0.77 0.06 0.42 304.74 0.62 0.36
Hex 95 23 8C 0 4D 6 2A 131 3E 24
Octal 225 43 214 0 115 6 52 461 76 44
Binary 10010101 100011 10001100 0 1001101 110 101010 100110001 111110 100100

Color Harmonies of #95238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95238C

Black with #95238C

Text Example


Text Example

White with #95238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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