Html Css Color HEX #9C6399 Violet Blue

📋 copy color: '#9C6399'

red 156 ◦ green 99 ◦ blue 153

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

Shades of Violet Blue #9C6399

Tints of Violet Blue #9C6399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.26%

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 38.24%
G = 24.26%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9C6399 (or 0x9C6399) is known color: Violet Blue. HEX triplet: 9C, 63 and 99. RGB value is (156,99,153). Sum of RGB (Red+Green+Blue) = 156+99+153=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6399 is #639C66. Grayscale: #7A7A7A. Windows color (decimal): -6528103 or 10052508. OLE color: 10052508.

HSL color Cylindrical-coordinate representation of color #9C6399: hue angle of 303.16º degrees, saturation: 0.22, 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 #9C6399 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 99 153 -
CMYK 0 0.37 0.02 0.39
HSL 303.16º 0.22% 0.5% -
HSV(B) 303.16º 0.37% 0.61% -
XYZ 23.92 18.29 32.41 -
YUV 122.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 156 99 153 0 0.37 0.02 0.39 303.16 0.22 0.5
Hex 9C 63 99 0 25 2 27 12F 16 32
Octal 234 143 231 0 45 2 47 457 26 62
Binary 10011100 1100011 10011001 0 100101 10 100111 100101111 10110 110010

Color Harmonies of #9C6399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6399

Black with #9C6399

Text Example


Text Example

White with #9C6399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,99,153); }

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

background-color css

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

 a { background-color: rgb(156,99,153); }

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

border-color css

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

 span { border-color: rgb(156,99,153); }

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