Html Css Color HEX #95558D Violet Blue

📋 copy color: '#95558D'

red 149 ◦ green 85 ◦ blue 141

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

Shades of Violet Blue #95558D

Tints of Violet Blue #95558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 39.73%
G = 22.67%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95558D (or 0x95558D) is known color: Violet Blue. HEX triplet: 95, 55 and 8D. RGB value is (149,85,141). Sum of RGB (Red+Green+Blue) = 149+85+141=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95558D is #6AAA72. Grayscale: #6E6E6E. Windows color (decimal): -6990451 or 9262485. OLE color: 9262485.

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

Color convert

RGB 149 85 141 -
CMYK 0 0.43 0.05 0.42
HSL 307.5º 0.27% 0.46% -
HSV(B) 307.5º 0.43% 0.58% -
XYZ 20.45 14.81 26.98 -
YUV 110.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 149 85 141 0 0.43 0.05 0.42 307.5 0.27 0.46
Hex 95 55 8D 0 2B 5 2A 134 1B 2E
Octal 225 125 215 0 53 5 52 464 33 56
Binary 10010101 1010101 10001101 0 101011 101 101010 100110100 11011 101110

Color Harmonies of #95558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95558D

Black with #95558D

Text Example


Text Example

White with #95558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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