Html Css Color HEX #9D65AB Violet Blue

📋 copy color: '#9D65AB'

red 157 ◦ green 101 ◦ blue 171

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

Shades of Violet Blue #9D65AB

Tints of Violet Blue #9D65AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.54%

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 36.6%
G = 23.54%
B = 39.86%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D65AB (or 0x9D65AB) is known color: Violet Blue. HEX triplet: 9D, 65 and AB. RGB value is (157,101,171). Sum of RGB (Red+Green+Blue) = 157+101+171=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D65AB is #629A54. Grayscale: #7D7D7D. Windows color (decimal): -6462037 or 11232669. OLE color: 11232669.

HSL color Cylindrical-coordinate representation of color #9D65AB: hue angle of 288º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D65AB is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 101 171 -
CMYK 0.08 0.41 0 0.33
HSL 288º 0.29% 0.53% -
HSV(B) 288º 0.41% 0.67% -
XYZ 25.91 19.42 40.91 -
YUV 125.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 157 101 171 0.08 0.41 0 0.33 288 0.29 0.53
Hex 9D 65 AB 8 29 0 21 120 1D 35
Octal 235 145 253 10 51 0 41 440 35 65
Binary 10011101 1100101 10101011 1000 101001 0 100001 100100000 11101 110101

Color Harmonies of #9D65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D65AB

Black with #9D65AB

Text Example


Text Example

White with #9D65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,101,171); }

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

background-color css

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

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

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

border-color css

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

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

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