Html Css Color HEX #966998 Violet Blue

📋 copy color: '#966998'

red 150 ◦ green 105 ◦ blue 152

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

Shades of Violet Blue #966998

Tints of Violet Blue #966998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

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

R = 36.86%
G = 25.8%
B = 37.35%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#966998 (or 0x966998) is known color: Violet Blue. HEX triplet: 96, 69 and 98. RGB value is (150,105,152). Sum of RGB (Red+Green+Blue) = 150+105+152=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #966998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966998 is #699667. Grayscale: #7B7B7B. Windows color (decimal): -6919784 or 9988502. OLE color: 9988502.

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

Color convert

RGB 150 105 152 -
CMYK 0.01 0.31 0 0.40
HSL 297.45º 0.19% 0.5% -
HSV(B) 297.45º 0.31% 0.6% -
XYZ 23.3 18.85 32.12 -
YUV 123.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 150 105 152 0.01 0.31 0 0.40 297.45 0.19 0.5
Hex 96 69 98 1 1F 0 28 129 13 32
Octal 226 151 230 1 37 0 50 451 23 62
Binary 10010110 1101001 10011000 1 11111 0 101000 100101001 10011 110010

Color Harmonies of #966998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966998

Black with #966998

Text Example


Text Example

White with #966998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966998; }

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

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

background-color css

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

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

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

border-color css

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

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

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