Html Css Color HEX #95558C Violet Blue

📋 copy color: '#95558C'

red 149 ◦ green 85 ◦ blue 140

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

Shades of Violet Blue #95558C

Tints of Violet Blue #95558C

RGB

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

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

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

R = 39.84%
G = 22.73%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95558C (or 0x95558C) is known color: Violet Blue. HEX triplet: 95, 55 and 8C. RGB value is (149,85,140). Sum of RGB (Red+Green+Blue) = 149+85+140=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95558C is #6AAA73. Grayscale: #6E6E6E. Windows color (decimal): -6990452 or 9196949. OLE color: 9196949.

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

Color convert

RGB 149 85 140 -
CMYK 0 0.43 0.06 0.42
HSL 308.44º 0.27% 0.46% -
HSV(B) 308.44º 0.43% 0.58% -
XYZ 20.38 14.78 26.59 -
YUV 110.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 149 85 140 0 0.43 0.06 0.42 308.44 0.27 0.46
Hex 95 55 8C 0 2B 6 2A 134 1B 2E
Octal 225 125 214 0 53 6 52 464 33 56
Binary 10010101 1010101 10001100 0 101011 110 101010 100110100 11011 101110

Color Harmonies of #95558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95558C

Black with #95558C

Text Example


Text Example

White with #95558C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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