Html Css Color HEX #9C699D Violet Blue

📋 copy color: '#9C699D'

red 156 ◦ green 105 ◦ blue 157

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

Shades of Violet Blue #9C699D

Tints of Violet Blue #9C699D

RGB

 RED value IS 156 (61.33% from 255) = 37.32%

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 37.32%
G = 25.12%
B = 37.56%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C699D (or 0x9C699D) is known color: Violet Blue. HEX triplet: 9C, 69 and 9D. RGB value is (156,105,157). Sum of RGB (Red+Green+Blue) = 156+105+157=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C699D is #639662. Grayscale: #7E7E7E. Windows color (decimal): -6526563 or 10316188. OLE color: 10316188.

HSL color Cylindrical-coordinate representation of color #9C699D: hue angle of 298.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C699D is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 105 157 -
CMYK 0.01 0.33 0 0.38
HSL 298.85º 0.21% 0.51% -
HSV(B) 298.85º 0.33% 0.62% -
XYZ 24.85 19.61 34.37 -
YUV 126.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 156 105 157 0.01 0.33 0 0.38 298.85 0.21 0.51
Hex 9C 69 9D 1 21 0 26 12B 15 33
Octal 234 151 235 1 41 0 46 453 25 63
Binary 10011100 1101001 10011101 1 100001 0 100110 100101011 10101 110011

Color Harmonies of #9C699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C699D

Black with #9C699D

Text Example


Text Example

White with #9C699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,157); }

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

background-color css

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

 a { background-color: rgb(156,105,157); }

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

border-color css

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

 span { border-color: rgb(156,105,157); }

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