Html Css Color HEX #9C6490 Violet Blue

📋 copy color: '#9C6490'

red 156 ◦ green 100 ◦ blue 144

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

Shades of Violet Blue #9C6490

Tints of Violet Blue #9C6490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

 BLUE value IS 144 (56.64% from 255) = 36%

R = 39%
G = 25%
B = 36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C6490 (or 0x9C6490) is known color: Violet Blue. HEX triplet: 9C, 64 and 90. RGB value is (156,100,144). Sum of RGB (Red+Green+Blue) = 156+100+144=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6490 is #639B6F. Grayscale: #797979. Windows color (decimal): -6527856 or 9462940. OLE color: 9462940.

HSL color Cylindrical-coordinate representation of color #9C6490: hue angle of 312.86º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C6490 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 100 144 -
CMYK 0 0.36 0.08 0.39
HSL 312.86º 0.22% 0.5% -
HSV(B) 312.86º 0.36% 0.61% -
XYZ 23.3 18.2 28.67 -
YUV 121.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 156 100 144 0 0.36 0.08 0.39 312.86 0.22 0.5
Hex 9C 64 90 0 24 8 27 139 16 32
Octal 234 144 220 0 44 10 47 471 26 62
Binary 10011100 1100100 10010000 0 100100 1000 100111 100111001 10110 110010

Color Harmonies of #9C6490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6490

Black with #9C6490

Text Example


Text Example

White with #9C6490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,100,144); }

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

background-color css

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

 a { background-color: rgb(156,100,144); }

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

border-color css

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

 span { border-color: rgb(156,100,144); }

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