Html Css Color HEX #947593 Violet Blue

📋 copy color: '#947593'

red 148 ◦ green 117 ◦ blue 147

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

Shades of Violet Blue #947593

Tints of Violet Blue #947593

RGB

 RED value IS 148 (58.2% from 255) = 35.92%

 GREEN value IS 117 (46.09% from 255) = 28.4%

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

R = 35.92%
G = 28.4%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#947593 (or 0x947593) is known color: Violet Blue. HEX triplet: 94, 75 and 93. RGB value is (148,117,147). Sum of RGB (Red+Green+Blue) = 148+117+147=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #947593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947593 is #6B8A6C. Grayscale: #818181. Windows color (decimal): -7047789 or 9663892. OLE color: 9663892.

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

Color convert

RGB 148 117 147 -
CMYK 0 0.21 0.01 0.42
HSL 301.94º 0.13% 0.52% -
HSV(B) 301.94º 0.21% 0.58% -
XYZ 23.84 21.13 30.42 -
YUV 129.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 148 117 147 0 0.21 0.01 0.42 301.94 0.13 0.52
Hex 94 75 93 0 15 1 2A 12E D 34
Octal 224 165 223 0 25 1 52 456 15 64
Binary 10010100 1110101 10010011 0 10101 1 101010 100101110 1101 110100

Color Harmonies of #947593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947593

Black with #947593

Text Example


Text Example

White with #947593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947593; }

 p { color: rgb(148,117,147); }

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

background-color css

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

 a { background-color: rgb(148,117,147); }

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

border-color css

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

 span { border-color: rgb(148,117,147); }

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