Html Css Color HEX #95559F Violet Blue

📋 copy color: '#95559F'

red 149 ◦ green 85 ◦ blue 159

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

Shades of Violet Blue #95559F

Tints of Violet Blue #95559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 37.91%
G = 21.63%
B = 40.46%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95559F (or 0x95559F) is known color: Violet Blue. HEX triplet: 95, 55 and 9F. RGB value is (149,85,159). Sum of RGB (Red+Green+Blue) = 149+85+159=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #95559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95559F is #6AAA60. Grayscale: #707070. Windows color (decimal): -6990433 or 10442133. OLE color: 10442133.

HSL color Cylindrical-coordinate representation of color #95559F: hue angle of 291.89º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95559F is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 85 159 -
CMYK 0.06 0.47 0 0.38
HSL 291.89º 0.3% 0.48% -
HSV(B) 291.89º 0.47% 0.62% -
XYZ 21.9 15.39 34.62 -
YUV 112.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 149 85 159 0.06 0.47 0 0.38 291.89 0.3 0.48
Hex 95 55 9F 6 2F 0 26 124 1E 30
Octal 225 125 237 6 57 0 46 444 36 60
Binary 10010101 1010101 10011111 110 101111 0 100110 100100100 11110 110000

Color Harmonies of #95559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95559F

Black with #95559F

Text Example


Text Example

White with #95559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95559F; }

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

 H1.HeaderClassName
 {
   color: #95559F;
 }
 .AnyTagClassName
 {
   color: #95559F;
 }
</style>

background-color css

<style>
 a { background-color: #95559F; }

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

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

border-color css

<style>
 span { border-color: #95559F; }

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

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