Html Css Color HEX #9D469B Violet Blue

📋 copy color: '#9D469B'

red 157 ◦ green 70 ◦ blue 155

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

Shades of Violet Blue #9D469B

Tints of Violet Blue #9D469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 41.1%
G = 18.32%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D469B (or 0x9D469B) is known color: Violet Blue. HEX triplet: 9D, 46 and 9B. RGB value is (157,70,155). Sum of RGB (Red+Green+Blue) = 157+70+155=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D469B is #62B964. Grayscale: #696969. Windows color (decimal): -6469989 or 10176157. OLE color: 10176157.

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

Color convert

RGB 157 70 155 -
CMYK 0 0.55 0.01 0.38
HSL 301.38º 0.38% 0.45% -
HSV(B) 301.38º 0.55% 0.62% -
XYZ 22.01 13.91 32.54 -
YUV 105.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 157 70 155 0 0.55 0.01 0.38 301.38 0.38 0.45
Hex 9D 46 9B 0 37 1 26 12D 26 2D
Octal 235 106 233 0 67 1 46 455 46 55
Binary 10011101 1000110 10011011 0 110111 1 100110 100101101 100110 101101

Color Harmonies of #9D469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D469B

Black with #9D469B

Text Example


Text Example

White with #9D469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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