Html Css Color HEX #9C469A Violet Blue

📋 copy color: '#9C469A'

red 156 ◦ green 70 ◦ blue 154

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

Shades of Violet Blue #9C469A

Tints of Violet Blue #9C469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.42%

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 41.05%
G = 18.42%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C469A (or 0x9C469A) is known color: Violet Blue. HEX triplet: 9C, 46 and 9A. RGB value is (156,70,154). Sum of RGB (Red+Green+Blue) = 156+70+154=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C469A is #63B965. Grayscale: #696969. Windows color (decimal): -6535526 or 10110620. OLE color: 10110620.

HSL color Cylindrical-coordinate representation of color #9C469A: hue angle of 301.4º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C469A is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 70 154 -
CMYK 0 0.55 0.01 0.39
HSL 301.4º 0.38% 0.44% -
HSV(B) 301.4º 0.55% 0.61% -
XYZ 21.73 13.78 32.09 -
YUV 105.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 156 70 154 0 0.55 0.01 0.39 301.4 0.38 0.44
Hex 9C 46 9A 0 37 1 27 12D 26 2C
Octal 234 106 232 0 67 1 47 455 46 54
Binary 10011100 1000110 10011010 0 110111 1 100111 100101101 100110 101100

Color Harmonies of #9C469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C469A

Black with #9C469A

Text Example


Text Example

White with #9C469A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,70,154); }

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

background-color css

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

 a { background-color: rgb(156,70,154); }

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

border-color css

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

 span { border-color: rgb(156,70,154); }

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