Html Css Color HEX #9F3CA6 Violet Blue

📋 copy color: '#9F3CA6'

red 159 ◦ green 60 ◦ blue 166

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

Shades of Violet Blue #9F3CA6

Tints of Violet Blue #9F3CA6

RGB

 RED value IS 159 (62.5% from 255) = 41.3%

 GREEN value IS 60 (23.83% from 255) = 15.58%

 BLUE value IS 166 (65.23% from 255) = 43.12%

R = 41.3%
G = 15.58%
B = 43.12%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9F3CA6 (or 0x9F3CA6) is known color: Violet Blue. HEX triplet: 9F, 3C and A6. RGB value is (159,60,166). Sum of RGB (Red+Green+Blue) = 159+60+166=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #9F3CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3CA6 is #60C359. Grayscale: #656565. Windows color (decimal): -6341466 or 10894495. OLE color: 10894495.

HSL color Cylindrical-coordinate representation of color #9F3CA6: hue angle of 296.04º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3CA6 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 60 166 -
CMYK 0.04 0.64 0 0.35
HSL 296.04º 0.47% 0.44% -
HSV(B) 296.04º 0.64% 0.65% -
XYZ 22.8 13.36 37.45 -
YUV 101.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 159 60 166 0.04 0.64 0 0.35 296.04 0.47 0.44
Hex 9F 3C A6 4 40 0 23 128 2F 2C
Octal 237 74 246 4 100 0 43 450 57 54
Binary 10011111 111100 10100110 100 1000000 0 100011 100101000 101111 101100

Color Harmonies of #9F3CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3CA6

Black with #9F3CA6

Text Example


Text Example

White with #9F3CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,60,166); }

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

background-color css

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

 a { background-color: rgb(159,60,166); }

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

border-color css

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

 span { border-color: rgb(159,60,166); }

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