Html Css Color HEX #95549C Violet Blue

📋 copy color: '#95549C'

red 149 ◦ green 84 ◦ blue 156

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

Shades of Violet Blue #95549C

Tints of Violet Blue #95549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 38.3%
G = 21.59%
B = 40.1%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95549C (or 0x95549C) is known color: Violet Blue. HEX triplet: 95, 54 and 9C. RGB value is (149,84,156). Sum of RGB (Red+Green+Blue) = 149+84+156=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #95549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95549C is #6AAB63. Grayscale: #6F6F6F. Windows color (decimal): -6990692 or 10245269. OLE color: 10245269.

HSL color Cylindrical-coordinate representation of color #95549C: hue angle of 294.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95549C is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 84 156 -
CMYK 0.04 0.46 0 0.39
HSL 294.17º 0.3% 0.47% -
HSV(B) 294.17º 0.46% 0.61% -
XYZ 21.57 15.13 33.24 -
YUV 111.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 149 84 156 0.04 0.46 0 0.39 294.17 0.3 0.47
Hex 95 54 9C 4 2E 0 27 126 1E 2F
Octal 225 124 234 4 56 0 47 446 36 57
Binary 10010101 1010100 10011100 100 101110 0 100111 100100110 11110 101111

Color Harmonies of #95549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95549C

Black with #95549C

Text Example


Text Example

White with #95549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,84,156); }

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

background-color css

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

 a { background-color: rgb(149,84,156); }

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

border-color css

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

 span { border-color: rgb(149,84,156); }

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