Html Css Color HEX #9C5F90 Violet Blue

📋 copy color: '#9C5F90'

red 156 ◦ green 95 ◦ blue 144

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

Shades of Violet Blue #9C5F90

Tints of Violet Blue #9C5F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.05%

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

R = 39.49%
G = 24.05%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C5F90 (or 0x9C5F90) is known color: Violet Blue. HEX triplet: 9C, 5F and 90. RGB value is (156,95,144). Sum of RGB (Red+Green+Blue) = 156+95+144=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5F90 is #63A06F. Grayscale: #767676. Windows color (decimal): -6529136 or 9461660. OLE color: 9461660.

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

Color convert

RGB 156 95 144 -
CMYK 0 0.39 0.08 0.39
HSL 311.8º 0.24% 0.49% -
HSV(B) 311.8º 0.39% 0.61% -
XYZ 22.84 17.27 28.51 -
YUV 118.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 156 95 144 0 0.39 0.08 0.39 311.8 0.24 0.49
Hex 9C 5F 90 0 27 8 27 138 18 31
Octal 234 137 220 0 47 10 47 470 30 61
Binary 10011100 1011111 10010000 0 100111 1000 100111 100111000 11000 110001

Color Harmonies of #9C5F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5F90

Black with #9C5F90

Text Example


Text Example

White with #9C5F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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