Html Css Color HEX #955295 Violet Blue

📋 copy color: '#955295'

red 149 ◦ green 82 ◦ blue 149

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

Shades of Violet Blue #955295

Tints of Violet Blue #955295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 39.21%
G = 21.58%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#955295 (or 0x955295) is known color: Violet Blue. HEX triplet: 95, 52 and 95. RGB value is (149,82,149). Sum of RGB (Red+Green+Blue) = 149+82+149=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955295 is #6AAD6A. Grayscale: #6D6D6D. Windows color (decimal): -6991211 or 9786005. OLE color: 9786005.

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

Color convert

RGB 149 82 149 -
CMYK 0 0.45 0 0.42
HSL 300º 0.29% 0.45% -
HSV(B) 300º 0.45% 0.58% -
XYZ 20.84 14.59 30.15 -
YUV 109.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 149 82 149 0 0.45 0 0.42 300 0.29 0.45
Hex 95 52 95 0 2D 0 2A 12C 1D 2D
Octal 225 122 225 0 55 0 52 454 35 55
Binary 10010101 1010010 10010101 0 101101 0 101010 100101100 11101 101101

Color Harmonies of #955295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955295

Black with #955295

Text Example


Text Example

White with #955295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955295; }

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

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

background-color css

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

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

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

border-color css

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

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

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