Html Css Color HEX #9B689C Violet Blue

📋 copy color: '#9B689C'

red 155 ◦ green 104 ◦ blue 156

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

Shades of Violet Blue #9B689C

Tints of Violet Blue #9B689C

RGB

 RED value IS 155 (60.94% from 255) = 37.35%

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

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

R = 37.35%
G = 25.06%
B = 37.59%

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

#9B689C (or 0x9B689C) is known color: Violet Blue. HEX triplet: 9B, 68 and 9C. RGB value is (155,104,156). Sum of RGB (Red+Green+Blue) = 155+104+156=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B689C is #649763. Grayscale: #7D7D7D. Windows color (decimal): -6592356 or 10250395. OLE color: 10250395.

HSL color Cylindrical-coordinate representation of color #9B689C: hue angle of 298.85º degrees, saturation: 0.21, 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 #9B689C is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 104 156 -
CMYK 0.01 0.33 0 0.39
HSL 298.85º 0.21% 0.51% -
HSV(B) 298.85º 0.33% 0.61% -
XYZ 24.47 19.27 33.88 -
YUV 125.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 155 104 156 0.01 0.33 0 0.39 298.85 0.21 0.51
Hex 9B 68 9C 1 21 0 27 12B 15 33
Octal 233 150 234 1 41 0 47 453 25 63
Binary 10011011 1101000 10011100 1 100001 0 100111 100101011 10101 110011

Color Harmonies of #9B689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B689C

Black with #9B689C

Text Example


Text Example

White with #9B689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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