Html Css Color HEX #967299 Violet Blue

📋 copy color: '#967299'

red 150 ◦ green 114 ◦ blue 153

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

Shades of Violet Blue #967299

Tints of Violet Blue #967299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 35.97%
G = 27.34%
B = 36.69%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#967299 (or 0x967299) is known color: Violet Blue. HEX triplet: 96, 72 and 99. RGB value is (150,114,153). Sum of RGB (Red+Green+Blue) = 150+114+153=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #967299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967299 is #698D66. Grayscale: #818181. Windows color (decimal): -6917479 or 10056342. OLE color: 10056342.

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

Color convert

RGB 150 114 153 -
CMYK 0.02 0.25 0 0.4
HSL 295.38º 0.16% 0.52% -
HSV(B) 295.38º 0.25% 0.6% -
XYZ 24.34 20.82 32.87 -
YUV 129.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 150 114 153 0.02 0.25 0 0.4 295.38 0.16 0.52
Hex 96 72 99 2 19 0 28 127 10 34
Octal 226 162 231 2 31 0 50 447 20 64
Binary 10010110 1110010 10011001 10 11001 0 101000 100100111 10000 110100

Color Harmonies of #967299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967299

Black with #967299

Text Example


Text Example

White with #967299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967299; }

 p { color: rgb(150,114,153); }

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

background-color css

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

 a { background-color: rgb(150,114,153); }

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

border-color css

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

 span { border-color: rgb(150,114,153); }

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