Html Css Color HEX #955293 Violet Blue

📋 copy color: '#955293'

red 149 ◦ green 82 ◦ blue 147

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

Shades of Violet Blue #955293

Tints of Violet Blue #955293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 39.42%
G = 21.69%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#955293 (or 0x955293) is known color: Violet Blue. HEX triplet: 95, 52 and 93. RGB value is (149,82,147). Sum of RGB (Red+Green+Blue) = 149+82+147=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #955293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955293 is #6AAD6C. Grayscale: #6D6D6D. Windows color (decimal): -6991213 or 9654933. OLE color: 9654933.

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

Color convert

RGB 149 82 147 -
CMYK 0 0.45 0.01 0.42
HSL 301.79º 0.29% 0.45% -
HSV(B) 301.79º 0.45% 0.58% -
XYZ 20.68 14.53 29.32 -
YUV 109.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 149 82 147 0 0.45 0.01 0.42 301.79 0.29 0.45
Hex 95 52 93 0 2D 1 2A 12E 1D 2D
Octal 225 122 223 0 55 1 52 456 35 55
Binary 10010101 1010010 10010011 0 101101 1 101010 100101110 11101 101101

Color Harmonies of #955293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955293

Black with #955293

Text Example


Text Example

White with #955293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955293; }

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

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

background-color css

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

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

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

border-color css

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

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

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