Html Css Color HEX #99689B Violet Blue

📋 copy color: '#99689B'

red 153 ◦ green 104 ◦ blue 155

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

Shades of Violet Blue #99689B

Tints of Violet Blue #99689B

RGB

 RED value IS 153 (60.16% from 255) = 37.14%

 GREEN value IS 104 (41.02% from 255) = 25.24%

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 37.14%
G = 25.24%
B = 37.62%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99689B (or 0x99689B) is known color: Violet Blue. HEX triplet: 99, 68 and 9B. RGB value is (153,104,155). Sum of RGB (Red+Green+Blue) = 153+104+155=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #99689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99689B is #669764. Grayscale: #7C7C7C. Windows color (decimal): -6723429 or 10184857. OLE color: 10184857.

HSL color Cylindrical-coordinate representation of color #99689B: hue angle of 297.65º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99689B is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 104 155 -
CMYK 0.01 0.33 0 0.39
HSL 297.65º 0.2% 0.51% -
HSV(B) 297.65º 0.33% 0.61% -
XYZ 24 19.04 33.42 -
YUV 124.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 153 104 155 0.01 0.33 0 0.39 297.65 0.2 0.51
Hex 99 68 9B 1 21 0 27 12A 14 33
Octal 231 150 233 1 41 0 47 452 24 63
Binary 10011001 1101000 10011011 1 100001 0 100111 100101010 10100 110011

Color Harmonies of #99689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99689B

Black with #99689B

Text Example


Text Example

White with #99689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99689B; }

 p { color: rgb(153,104,155); }

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

background-color css

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

 a { background-color: rgb(153,104,155); }

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

border-color css

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

 span { border-color: rgb(153,104,155); }

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