Html Css Color HEX #966794 Violet Blue

📋 copy color: '#966794'

red 150 ◦ green 103 ◦ blue 148

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

Shades of Violet Blue #966794

Tints of Violet Blue #966794

RGB

 RED value IS 150 (58.98% from 255) = 37.41%

 GREEN value IS 103 (40.63% from 255) = 25.69%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 37.41%
G = 25.69%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#966794 (or 0x966794) is known color: Violet Blue. HEX triplet: 96, 67 and 94. RGB value is (150,103,148). Sum of RGB (Red+Green+Blue) = 150+103+148=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #966794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966794 is #69986B. Grayscale: #7A7A7A. Windows color (decimal): -6920300 or 9725846. OLE color: 9725846.

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

Color convert

RGB 150 103 148 -
CMYK 0 0.31 0.01 0.41
HSL 302.55º 0.19% 0.5% -
HSV(B) 302.55º 0.31% 0.59% -
XYZ 22.77 18.32 30.35 -
YUV 122.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 150 103 148 0 0.31 0.01 0.41 302.55 0.19 0.5
Hex 96 67 94 0 1F 1 29 12F 13 32
Octal 226 147 224 0 37 1 51 457 23 62
Binary 10010110 1100111 10010100 0 11111 1 101001 100101111 10011 110010

Color Harmonies of #966794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966794

Black with #966794

Text Example


Text Example

White with #966794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966794; }

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

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

background-color css

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

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

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

border-color css

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

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

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