Html Css Color HEX #9C5293 Violet Blue

📋 copy color: '#9C5293'

red 156 ◦ green 82 ◦ blue 147

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

Shades of Violet Blue #9C5293

Tints of Violet Blue #9C5293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 40.52%
G = 21.3%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9C5293 (or 0x9C5293) is known color: Violet Blue. HEX triplet: 9C, 52 and 93. RGB value is (156,82,147). Sum of RGB (Red+Green+Blue) = 156+82+147=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5293 is #63AD6C. Grayscale: #6F6F6F. Windows color (decimal): -6532461 or 9654940. OLE color: 9654940.

HSL color Cylindrical-coordinate representation of color #9C5293: hue angle of 307.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5293 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 82 147 -
CMYK 0 0.47 0.06 0.39
HSL 307.3º 0.31% 0.47% -
HSV(B) 307.3º 0.47% 0.61% -
XYZ 21.99 15.21 29.38 -
YUV 111.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 156 82 147 0 0.47 0.06 0.39 307.3 0.31 0.47
Hex 9C 52 93 0 2F 6 27 133 1F 2F
Octal 234 122 223 0 57 6 47 463 37 57
Binary 10011100 1010010 10010011 0 101111 110 100111 100110011 11111 101111

Color Harmonies of #9C5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5293

Black with #9C5293

Text Example


Text Example

White with #9C5293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,82,147); }

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

background-color css

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

 a { background-color: rgb(156,82,147); }

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

border-color css

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

 span { border-color: rgb(156,82,147); }

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