Html Css Color HEX #9D619B Violet Blue

📋 copy color: '#9D619B'

red 157 ◦ green 97 ◦ blue 155

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

Shades of Violet Blue #9D619B

Tints of Violet Blue #9D619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.72%

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 38.39%
G = 23.72%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D619B (or 0x9D619B) is known color: Violet Blue. HEX triplet: 9D, 61 and 9B. RGB value is (157,97,155). Sum of RGB (Red+Green+Blue) = 157+97+155=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D619B is #629E64. Grayscale: #797979. Windows color (decimal): -6463077 or 10183069. OLE color: 10183069.

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

Color convert

RGB 157 97 155 -
CMYK 0 0.38 0.01 0.38
HSL 302º 0.24% 0.5% -
HSV(B) 302º 0.38% 0.62% -
XYZ 24.1 18.08 33.23 -
YUV 121.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 157 97 155 0 0.38 0.01 0.38 302 0.24 0.5
Hex 9D 61 9B 0 26 1 26 12E 18 32
Octal 235 141 233 0 46 1 46 456 30 62
Binary 10011101 1100001 10011011 0 100110 1 100110 100101110 11000 110010

Color Harmonies of #9D619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D619B

Black with #9D619B

Text Example


Text Example

White with #9D619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,97,155); }

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

background-color css

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

 a { background-color: rgb(157,97,155); }

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

border-color css

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

 span { border-color: rgb(157,97,155); }

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