Html Css Color HEX #9D6B98 Violet Blue

📋 copy color: '#9D6B98'

red 157 ◦ green 107 ◦ blue 152

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

Shades of Violet Blue #9D6B98

Tints of Violet Blue #9D6B98

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.72%

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

R = 37.74%
G = 25.72%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D6B98 (or 0x9D6B98) is known color: Violet Blue. HEX triplet: 9D, 6B and 98. RGB value is (157,107,152). Sum of RGB (Red+Green+Blue) = 157+107+152=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6B98 is #629467. Grayscale: #7E7E7E. Windows color (decimal): -6460520 or 9989021. OLE color: 9989021.

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

Color convert

RGB 157 107 152 -
CMYK 0 0.32 0.03 0.38
HSL 306º 0.2% 0.52% -
HSV(B) 306º 0.32% 0.62% -
XYZ 24.83 19.95 32.25 -
YUV 127.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 157 107 152 0 0.32 0.03 0.38 306 0.2 0.52
Hex 9D 6B 98 0 20 3 26 132 14 34
Octal 235 153 230 0 40 3 46 462 24 64
Binary 10011101 1101011 10011000 0 100000 11 100110 100110010 10100 110100

Color Harmonies of #9D6B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6B98

Black with #9D6B98

Text Example


Text Example

White with #9D6B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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