Html Css Color HEX #95539C Violet Blue

📋 copy color: '#95539C'

red 149 ◦ green 83 ◦ blue 156

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

Shades of Violet Blue #95539C

Tints of Violet Blue #95539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.39%

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

R = 38.4%
G = 21.39%
B = 40.21%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95539C (or 0x95539C) is known color: Violet Blue. HEX triplet: 95, 53 and 9C. RGB value is (149,83,156). Sum of RGB (Red+Green+Blue) = 149+83+156=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #95539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95539C is #6AAC63. Grayscale: #6E6E6E. Windows color (decimal): -6990948 or 10245013. OLE color: 10245013.

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

Color convert

RGB 149 83 156 -
CMYK 0.04 0.47 0 0.39
HSL 294.25º 0.31% 0.47% -
HSV(B) 294.25º 0.47% 0.61% -
XYZ 21.49 14.98 33.21 -
YUV 111.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 149 83 156 0.04 0.47 0 0.39 294.25 0.31 0.47
Hex 95 53 9C 4 2F 0 27 126 1F 2F
Octal 225 123 234 4 57 0 47 446 37 57
Binary 10010101 1010011 10011100 100 101111 0 100111 100100110 11111 101111

Color Harmonies of #95539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95539C

Black with #95539C

Text Example


Text Example

White with #95539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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