Html Css Color HEX #95308A Dark Purple

📋 copy color: '#95308A'

red 149 ◦ green 48 ◦ blue 138

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

Shades of Dark Purple #95308A

Tints of Dark Purple #95308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.33%

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 44.48%
G = 14.33%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95308A (or 0x95308A) is known color: Dark Purple. HEX triplet: 95, 30 and 8A. RGB value is (149,48,138). Sum of RGB (Red+Green+Blue) = 149+48+138=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #95308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95308A is #6ACF75. Grayscale: #585858. Windows color (decimal): -6999926 or 9056405. OLE color: 9056405.

HSL color Cylindrical-coordinate representation of color #95308A: hue angle of 306.53º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95308A is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 138 -
CMYK 0 0.68 0.07 0.42
HSL 306.53º 0.51% 0.39% -
HSV(B) 306.53º 0.68% 0.58% -
XYZ 18.04 10.34 25.09 -
YUV 88.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 149 48 138 0 0.68 0.07 0.42 306.53 0.51 0.39
Hex 95 30 8A 0 44 7 2A 133 33 27
Octal 225 60 212 0 104 7 52 463 63 47
Binary 10010101 110000 10001010 0 1000100 111 101010 100110011 110011 100111

Color Harmonies of #95308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95308A

Black with #95308A

Text Example


Text Example

White with #95308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95308A; }

 p { color: rgb(149,48,138); }

 H1.HeaderClassName
 {
   color: #95308A;
 }
 .AnyTagClassName
 {
   color: #95308A;
 }
</style>

background-color css

<style>
 a { background-color: #95308A; }

 a { background-color: rgb(149,48,138); }

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

border-color css

<style>
 span { border-color: #95308A; }

 span { border-color: rgb(149,48,138); }

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