Html Css Color HEX #955793 Violet Blue

📋 copy color: '#955793'

red 149 ◦ green 87 ◦ blue 147

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

Shades of Violet Blue #955793

Tints of Violet Blue #955793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

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

R = 38.9%
G = 22.72%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#955793 (or 0x955793) is known color: Violet Blue. HEX triplet: 95, 57 and 93. RGB value is (149,87,147). Sum of RGB (Red+Green+Blue) = 149+87+147=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #955793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955793 is #6AA86C. Grayscale: #707070. Windows color (decimal): -6989933 or 9656213. OLE color: 9656213.

HSL color Cylindrical-coordinate representation of color #955793: hue angle of 301.94º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955793 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 147 -
CMYK 0 0.42 0.01 0.42
HSL 301.94º 0.26% 0.46% -
HSV(B) 301.94º 0.42% 0.58% -
XYZ 21.07 15.31 29.45 -
YUV 112.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 149 87 147 0 0.42 0.01 0.42 301.94 0.26 0.46
Hex 95 57 93 0 2A 1 2A 12E 1A 2E
Octal 225 127 223 0 52 1 52 456 32 56
Binary 10010101 1010111 10010011 0 101010 1 101010 100101110 11010 101110

Color Harmonies of #955793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955793

Black with #955793

Text Example


Text Example

White with #955793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955793; }

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

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

background-color css

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

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

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

border-color css

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

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

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