Html Css Color HEX #95528C Violet Blue

📋 copy color: '#95528C'

red 149 ◦ green 82 ◦ blue 140

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

Shades of Violet Blue #95528C

Tints of Violet Blue #95528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

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

R = 40.16%
G = 22.1%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95528C (or 0x95528C) is known color: Violet Blue. HEX triplet: 95, 52 and 8C. RGB value is (149,82,140). Sum of RGB (Red+Green+Blue) = 149+82+140=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95528C is #6AAD73. Grayscale: #6C6C6C. Windows color (decimal): -6991220 or 9196181. OLE color: 9196181.

HSL color Cylindrical-coordinate representation of color #95528C: hue angle of 308.06º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95528C is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 140 -
CMYK 0 0.45 0.06 0.42
HSL 308.06º 0.29% 0.45% -
HSV(B) 308.06º 0.45% 0.58% -
XYZ 20.15 14.32 26.51 -
YUV 108.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 149 82 140 0 0.45 0.06 0.42 308.06 0.29 0.45
Hex 95 52 8C 0 2D 6 2A 134 1D 2D
Octal 225 122 214 0 55 6 52 464 35 55
Binary 10010101 1010010 10001100 0 101101 110 101010 100110100 11101 101101

Color Harmonies of #95528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95528C

Black with #95528C

Text Example


Text Example

White with #95528C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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