Html Css Color HEX #9D6C99 Violet Blue

📋 copy color: '#9D6C99'

red 157 ◦ green 108 ◦ blue 153

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

Shades of Violet Blue #9D6C99

Tints of Violet Blue #9D6C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.84%

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

R = 37.56%
G = 25.84%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D6C99 (or 0x9D6C99) is known color: Violet Blue. HEX triplet: 9D, 6C and 99. RGB value is (157,108,153). Sum of RGB (Red+Green+Blue) = 157+108+153=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6C99 is #629366. Grayscale: #7F7F7F. Windows color (decimal): -6460263 or 10054813. OLE color: 10054813.

HSL color Cylindrical-coordinate representation of color #9D6C99: hue angle of 304.9º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D6C99 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 108 153 -
CMYK 0 0.31 0.03 0.38
HSL 304.9º 0.2% 0.52% -
HSV(B) 304.9º 0.31% 0.62% -
XYZ 25.02 20.19 32.72 -
YUV 127.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 157 108 153 0 0.31 0.03 0.38 304.9 0.2 0.52
Hex 9D 6C 99 0 1F 3 26 131 14 34
Octal 235 154 231 0 37 3 46 461 24 64
Binary 10011101 1101100 10011001 0 11111 11 100110 100110001 10100 110100

Color Harmonies of #9D6C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6C99

Black with #9D6C99

Text Example


Text Example

White with #9D6C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,108,153); }

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

background-color css

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

 a { background-color: rgb(157,108,153); }

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

border-color css

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

 span { border-color: rgb(157,108,153); }

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