Html Css Color HEX #9F3FA5 Violet Blue

📋 copy color: '#9F3FA5'

red 159 ◦ green 63 ◦ blue 165

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

Shades of Violet Blue #9F3FA5

Tints of Violet Blue #9F3FA5

RGB

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

 GREEN value IS 63 (25% from 255) = 16.28%

 BLUE value IS 165 (64.84% from 255) = 42.64%

R = 41.09%
G = 16.28%
B = 42.64%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9F3FA5 (or 0x9F3FA5) is known color: Violet Blue. HEX triplet: 9F, 3F and A5. RGB value is (159,63,165). Sum of RGB (Red+Green+Blue) = 159+63+165=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F3FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3FA5 is #60C05A. Grayscale: #676767. Windows color (decimal): -6340699 or 10829727. OLE color: 10829727.

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

Color convert

RGB 159 63 165 -
CMYK 0.04 0.62 0 0.35
HSL 296.47º 0.45% 0.45% -
HSV(B) 296.47º 0.62% 0.65% -
XYZ 22.87 13.64 37.03 -
YUV 103.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 159 63 165 0.04 0.62 0 0.35 296.47 0.45 0.45
Hex 9F 3F A5 4 3E 0 23 128 2D 2D
Octal 237 77 245 4 76 0 43 450 55 55
Binary 10011111 111111 10100101 100 111110 0 100011 100101000 101101 101101

Color Harmonies of #9F3FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3FA5

Black with #9F3FA5

Text Example


Text Example

White with #9F3FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,63,165); }

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

background-color css

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

 a { background-color: rgb(159,63,165); }

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

border-color css

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

 span { border-color: rgb(159,63,165); }

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