Html Css Color HEX #9D6998 Violet Blue

📋 copy color: '#9D6998'

red 157 ◦ green 105 ◦ blue 152

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

Shades of Violet Blue #9D6998

Tints of Violet Blue #9D6998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 37.92%
G = 25.36%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D6998 (or 0x9D6998) is known color: Violet Blue. HEX triplet: 9D, 69 and 98. RGB value is (157,105,152). Sum of RGB (Red+Green+Blue) = 157+105+152=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6998 is #629667. Grayscale: #7D7D7D. Windows color (decimal): -6461032 or 9988509. OLE color: 9988509.

HSL color Cylindrical-coordinate representation of color #9D6998: hue angle of 305.77º 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 #9D6998 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 105 152 -
CMYK 0 0.33 0.03 0.38
HSL 305.77º 0.21% 0.51% -
HSV(B) 305.77º 0.33% 0.62% -
XYZ 24.62 19.54 32.18 -
YUV 125.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 157 105 152 0 0.33 0.03 0.38 305.77 0.21 0.51
Hex 9D 69 98 0 21 3 26 132 15 33
Octal 235 151 230 0 41 3 46 462 25 63
Binary 10011101 1101001 10011000 0 100001 11 100110 100110010 10101 110011

Color Harmonies of #9D6998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6998

Black with #9D6998

Text Example


Text Example

White with #9D6998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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