Html Css Color HEX #9C6290 Violet Blue

📋 copy color: '#9C6290'

red 156 ◦ green 98 ◦ blue 144

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

Shades of Violet Blue #9C6290

Tints of Violet Blue #9C6290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

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

R = 39.2%
G = 24.62%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C6290 (or 0x9C6290) is known color: Violet Blue. HEX triplet: 9C, 62 and 90. RGB value is (156,98,144). Sum of RGB (Red+Green+Blue) = 156+98+144=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6290 is #639D6F. Grayscale: #787878. Windows color (decimal): -6528368 or 9462428. OLE color: 9462428.

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

Color convert

RGB 156 98 144 -
CMYK 0 0.37 0.08 0.39
HSL 312.41º 0.23% 0.5% -
HSV(B) 312.41º 0.37% 0.61% -
XYZ 23.11 17.82 28.61 -
YUV 120.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 156 98 144 0 0.37 0.08 0.39 312.41 0.23 0.5
Hex 9C 62 90 0 25 8 27 138 17 32
Octal 234 142 220 0 45 10 47 470 27 62
Binary 10011100 1100010 10010000 0 100101 1000 100111 100111000 10111 110010

Color Harmonies of #9C6290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6290

Black with #9C6290

Text Example


Text Example

White with #9C6290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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