Html Css Color HEX #967094 Violet Blue

📋 copy color: '#967094'

red 150 ◦ green 112 ◦ blue 148

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

Shades of Violet Blue #967094

Tints of Violet Blue #967094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 36.59%
G = 27.32%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#967094 (or 0x967094) is known color: Violet Blue. HEX triplet: 96, 70 and 94. RGB value is (150,112,148). Sum of RGB (Red+Green+Blue) = 150+112+148=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #967094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967094 is #698F6B. Grayscale: #7F7F7F. Windows color (decimal): -6917996 or 9728150. OLE color: 9728150.

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

Color convert

RGB 150 112 148 -
CMYK 0 0.25 0.01 0.41
HSL 303.16º 0.15% 0.51% -
HSV(B) 303.16º 0.25% 0.59% -
XYZ 23.72 20.21 30.67 -
YUV 127.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 150 112 148 0 0.25 0.01 0.41 303.16 0.15 0.51
Hex 96 70 94 0 19 1 29 12F F 33
Octal 226 160 224 0 31 1 51 457 17 63
Binary 10010110 1110000 10010100 0 11001 1 101001 100101111 1111 110011

Color Harmonies of #967094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967094

Black with #967094

Text Example


Text Example

White with #967094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967094; }

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

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

background-color css

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

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

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

border-color css

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

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

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