Html Css Color HEX #9C6CA5 Violet Blue

📋 copy color: '#9C6CA5'

red 156 ◦ green 108 ◦ blue 165

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

Shades of Violet Blue #9C6CA5

Tints of Violet Blue #9C6CA5

RGB

 RED value IS 156 (61.33% from 255) = 36.36%

 GREEN value IS 108 (42.58% from 255) = 25.17%

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 36.36%
G = 25.17%
B = 38.46%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9C6CA5 (or 0x9C6CA5) is known color: Violet Blue. HEX triplet: 9C, 6C and A5. RGB value is (156,108,165). Sum of RGB (Red+Green+Blue) = 156+108+165=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 165 - color contains mainly: blue. Hex color #9C6CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6CA5 is #63935A. Grayscale: #808080. Windows color (decimal): -6525787 or 10841244. OLE color: 10841244.

HSL color Cylindrical-coordinate representation of color #9C6CA5: hue angle of 290.53º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6CA5 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 108 165 -
CMYK 0.05 0.35 0 0.35
HSL 290.53º 0.24% 0.54% -
HSV(B) 290.53º 0.35% 0.65% -
XYZ 25.86 20.51 38.19 -
YUV 128.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 156 108 165 0.05 0.35 0 0.35 290.53 0.24 0.54
Hex 9C 6C A5 5 23 0 23 123 18 36
Octal 234 154 245 5 43 0 43 443 30 66
Binary 10011100 1101100 10100101 101 100011 0 100011 100100011 11000 110110

Color Harmonies of #9C6CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6CA5

Black with #9C6CA5

Text Example


Text Example

White with #9C6CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,108,165); }

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

background-color css

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

 a { background-color: rgb(156,108,165); }

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

border-color css

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

 span { border-color: rgb(156,108,165); }

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