Html Css Color HEX #967098 Violet Blue

📋 copy color: '#967098'

red 150 ◦ green 112 ◦ blue 152

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

Shades of Violet Blue #967098

Tints of Violet Blue #967098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 36.23%
G = 27.05%
B = 36.71%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#967098 (or 0x967098) is known color: Violet Blue. HEX triplet: 96, 70 and 98. RGB value is (150,112,152). Sum of RGB (Red+Green+Blue) = 150+112+152=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #967098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967098 is #698F67. Grayscale: #7F7F7F. Windows color (decimal): -6917992 or 9990294. OLE color: 9990294.

HSL color Cylindrical-coordinate representation of color #967098: hue angle of 297º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #967098 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 112 152 -
CMYK 0.01 0.26 0 0.40
HSL 297º 0.16% 0.52% -
HSV(B) 297º 0.26% 0.6% -
XYZ 24.04 20.34 32.36 -
YUV 127.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 150 112 152 0.01 0.26 0 0.40 297 0.16 0.52
Hex 96 70 98 1 1A 0 28 129 10 34
Octal 226 160 230 1 32 0 50 451 20 64
Binary 10010110 1110000 10011000 1 11010 0 101000 100101001 10000 110100

Color Harmonies of #967098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967098

Black with #967098

Text Example


Text Example

White with #967098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967098; }

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

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

background-color css

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

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

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

border-color css

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

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

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