Html Css Color HEX #95488D Violet Blue

📋 copy color: '#95488D'

red 149 ◦ green 72 ◦ blue 141

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

Shades of Violet Blue #95488D

Tints of Violet Blue #95488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.89%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 41.16%
G = 19.89%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95488D (or 0x95488D) is known color: Violet Blue. HEX triplet: 95, 48 and 8D. RGB value is (149,72,141). Sum of RGB (Red+Green+Blue) = 149+72+141=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #95488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95488D is #6AB772. Grayscale: #666666. Windows color (decimal): -6993779 or 9259157. OLE color: 9259157.

HSL color Cylindrical-coordinate representation of color #95488D: hue angle of 306.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95488D is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 72 141 -
CMYK 0 0.52 0.05 0.42
HSL 306.23º 0.35% 0.43% -
HSV(B) 306.23º 0.52% 0.58% -
XYZ 19.52 12.95 26.67 -
YUV 102.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 149 72 141 0 0.52 0.05 0.42 306.23 0.35 0.43
Hex 95 48 8D 0 34 5 2A 132 23 2B
Octal 225 110 215 0 64 5 52 462 43 53
Binary 10010101 1001000 10001101 0 110100 101 101010 100110010 100011 101011

Color Harmonies of #95488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95488D

Black with #95488D

Text Example


Text Example

White with #95488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95488D; }

 p { color: rgb(149,72,141); }

 H1.HeaderClassName
 {
   color: #95488D;
 }
 .AnyTagClassName
 {
   color: #95488D;
 }
</style>

background-color css

<style>
 a { background-color: #95488D; }

 a { background-color: rgb(149,72,141); }

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

border-color css

<style>
 span { border-color: #95488D; }

 span { border-color: rgb(149,72,141); }

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