Html Css Color HEX #96699F Violet Blue

📋 copy color: '#96699F'

red 150 ◦ green 105 ◦ blue 159

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

Shades of Violet Blue #96699F

Tints of Violet Blue #96699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 36.23%
G = 25.36%
B = 38.41%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96699F (or 0x96699F) is known color: Violet Blue. HEX triplet: 96, 69 and 9F. RGB value is (150,105,159). Sum of RGB (Red+Green+Blue) = 150+105+159=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #96699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96699F is #699660. Grayscale: #7C7C7C. Windows color (decimal): -6919777 or 10447254. OLE color: 10447254.

HSL color Cylindrical-coordinate representation of color #96699F: hue angle of 290º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96699F is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 105 159 -
CMYK 0.06 0.34 0 0.38
HSL 290º 0.22% 0.52% -
HSV(B) 290º 0.34% 0.62% -
XYZ 23.89 19.09 35.23 -
YUV 124.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 150 105 159 0.06 0.34 0 0.38 290 0.22 0.52
Hex 96 69 9F 6 22 0 26 122 16 34
Octal 226 151 237 6 42 0 46 442 26 64
Binary 10010110 1101001 10011111 110 100010 0 100110 100100010 10110 110100

Color Harmonies of #96699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96699F

Black with #96699F

Text Example


Text Example

White with #96699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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