Html Css Color HEX #95508D Violet Blue

📋 copy color: '#95508D'

red 149 ◦ green 80 ◦ blue 141

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

Shades of Violet Blue #95508D

Tints of Violet Blue #95508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 40.27%
G = 21.62%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95508D (or 0x95508D) is known color: Violet Blue. HEX triplet: 95, 50 and 8D. RGB value is (149,80,141). Sum of RGB (Red+Green+Blue) = 149+80+141=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95508D is #6AAF72. Grayscale: #6B6B6B. Windows color (decimal): -6991731 or 9261205. OLE color: 9261205.

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

Color convert

RGB 149 80 141 -
CMYK 0 0.46 0.05 0.42
HSL 306.96º 0.3% 0.45% -
HSV(B) 306.96º 0.46% 0.58% -
XYZ 20.07 14.05 26.85 -
YUV 107.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 149 80 141 0 0.46 0.05 0.42 306.96 0.3 0.45
Hex 95 50 8D 0 2E 5 2A 133 1E 2D
Octal 225 120 215 0 56 5 52 463 36 55
Binary 10010101 1010000 10001101 0 101110 101 101010 100110011 11110 101101

Color Harmonies of #95508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95508D

Black with #95508D

Text Example


Text Example

White with #95508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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