Html Css Color HEX #947696 Violet Blue

📋 copy color: '#947696'

red 148 ◦ green 118 ◦ blue 150

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

Shades of Violet Blue #947696

Tints of Violet Blue #947696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

 BLUE value IS 150 (58.98% from 255) = 36.06%

R = 35.58%
G = 28.37%
B = 36.06%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#947696 (or 0x947696) is known color: Violet Blue. HEX triplet: 94, 76 and 96. RGB value is (148,118,150). Sum of RGB (Red+Green+Blue) = 148+118+150=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #947696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947696 is #6B8969. Grayscale: #828282. Windows color (decimal): -7047530 or 9860756. OLE color: 9860756.

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

Color convert

RGB 148 118 150 -
CMYK 0.01 0.21 0 0.41
HSL 296.25º 0.13% 0.53% -
HSV(B) 296.25º 0.21% 0.59% -
XYZ 24.2 21.45 31.72 -
YUV 130.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 148 118 150 0.01 0.21 0 0.41 296.25 0.13 0.53
Hex 94 76 96 1 15 0 29 128 D 35
Octal 224 166 226 1 25 0 51 450 15 65
Binary 10010100 1110110 10010110 1 10101 0 101001 100101000 1101 110101

Color Harmonies of #947696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947696

Black with #947696

Text Example


Text Example

White with #947696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947696; }

 p { color: rgb(148,118,150); }

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

background-color css

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

 a { background-color: rgb(148,118,150); }

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

border-color css

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

 span { border-color: rgb(148,118,150); }

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