Html Css Color HEX #9D609D Violet Blue

📋 copy color: '#9D609D'

red 157 ◦ green 96 ◦ blue 157

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

Shades of Violet Blue #9D609D

Tints of Violet Blue #9D609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 38.29%
G = 23.41%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D609D (or 0x9D609D) is known color: Violet Blue. HEX triplet: 9D, 60 and 9D. RGB value is (157,96,157). Sum of RGB (Red+Green+Blue) = 157+96+157=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D609D is #629F62. Grayscale: #797979. Windows color (decimal): -6463331 or 10313885. OLE color: 10313885.

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

Color convert

RGB 157 96 157 -
CMYK 0 0.39 0 0.38
HSL 300º 0.24% 0.5% -
HSV(B) 300º 0.39% 0.62% -
XYZ 24.17 17.97 34.09 -
YUV 121.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 157 96 157 0 0.39 0 0.38 300 0.24 0.5
Hex 9D 60 9D 0 27 0 26 12C 18 32
Octal 235 140 235 0 47 0 46 454 30 62
Binary 10011101 1100000 10011101 0 100111 0 100110 100101100 11000 110010

Color Harmonies of #9D609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D609D

Black with #9D609D

Text Example


Text Example

White with #9D609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,96,157); }

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

background-color css

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

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

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

border-color css

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

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

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