Html Css Color HEX #966F9C Violet Blue

📋 copy color: '#966F9C'

red 150 ◦ green 111 ◦ blue 156

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

Shades of Violet Blue #966F9C

Tints of Violet Blue #966F9C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 35.97%
G = 26.62%
B = 37.41%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#966F9C (or 0x966F9C) is known color: Violet Blue. HEX triplet: 96, 6F and 9C. RGB value is (150,111,156). Sum of RGB (Red+Green+Blue) = 150+111+156=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #966F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966F9C is #699063. Grayscale: #7F7F7F. Windows color (decimal): -6918244 or 10252182. OLE color: 10252182.

HSL color Cylindrical-coordinate representation of color #966F9C: hue angle of 292º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966F9C is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 111 156 -
CMYK 0.04 0.29 0 0.39
HSL 292º 0.19% 0.52% -
HSV(B) 292º 0.29% 0.61% -
XYZ 24.26 20.25 34.08 -
YUV 127.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 150 111 156 0.04 0.29 0 0.39 292 0.19 0.52
Hex 96 6F 9C 4 1D 0 27 124 13 34
Octal 226 157 234 4 35 0 47 444 23 64
Binary 10010110 1101111 10011100 100 11101 0 100111 100100100 10011 110100

Color Harmonies of #966F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F9C

Black with #966F9C

Text Example


Text Example

White with #966F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F9C; }

 p { color: rgb(150,111,156); }

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

background-color css

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

 a { background-color: rgb(150,111,156); }

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

border-color css

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

 span { border-color: rgb(150,111,156); }

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