Html Css Color HEX #9C6098 Violet Blue

📋 copy color: '#9C6098'

red 156 ◦ green 96 ◦ blue 152

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

Shades of Violet Blue #9C6098

Tints of Violet Blue #9C6098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.76%

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 38.61%
G = 23.76%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C6098 (or 0x9C6098) is known color: Violet Blue. HEX triplet: 9C, 60 and 98. RGB value is (156,96,152). Sum of RGB (Red+Green+Blue) = 156+96+152=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6098 is #639F67. Grayscale: #787878. Windows color (decimal): -6528872 or 9986204. OLE color: 9986204.

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

Color convert

RGB 156 96 152 -
CMYK 0 0.38 0.03 0.39
HSL 304º 0.24% 0.49% -
HSV(B) 304º 0.38% 0.61% -
XYZ 23.56 17.7 31.88 -
YUV 120.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 156 96 152 0 0.38 0.03 0.39 304 0.24 0.49
Hex 9C 60 98 0 26 3 27 130 18 31
Octal 234 140 230 0 46 3 47 460 30 61
Binary 10011100 1100000 10011000 0 100110 11 100111 100110000 11000 110001

Color Harmonies of #9C6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6098

Black with #9C6098

Text Example


Text Example

White with #9C6098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,96,152); }

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

background-color css

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

 a { background-color: rgb(156,96,152); }

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

border-color css

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

 span { border-color: rgb(156,96,152); }

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