Html Css Color HEX #9D63AC Violet Blue

📋 copy color: '#9D63AC'

red 157 ◦ green 99 ◦ blue 172

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

Shades of Violet Blue #9D63AC

Tints of Violet Blue #9D63AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.13%

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 36.68%
G = 23.13%
B = 40.19%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D63AC (or 0x9D63AC) is known color: Violet Blue. HEX triplet: 9D, 63 and AC. RGB value is (157,99,172). Sum of RGB (Red+Green+Blue) = 157+99+172=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D63AC is #629C53. Grayscale: #7C7C7C. Windows color (decimal): -6462548 or 11297693. OLE color: 11297693.

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

Color convert

RGB 157 99 172 -
CMYK 0.09 0.42 0 0.33
HSL 287.67º 0.31% 0.53% -
HSV(B) 287.67º 0.42% 0.67% -
XYZ 25.81 19.07 41.35 -
YUV 124.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 157 99 172 0.09 0.42 0 0.33 287.67 0.31 0.53
Hex 9D 63 AC 9 2A 0 21 120 1F 35
Octal 235 143 254 11 52 0 41 440 37 65
Binary 10011101 1100011 10101100 1001 101010 0 100001 100100000 11111 110101

Color Harmonies of #9D63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D63AC

Black with #9D63AC

Text Example


Text Example

White with #9D63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,99,172); }

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

background-color css

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

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

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

border-color css

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

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

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