Html Css Color HEX #9F3E96 Violet Blue

📋 copy color: '#9F3E96'

red 159 ◦ green 62 ◦ blue 150

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

Shades of Violet Blue #9F3E96

Tints of Violet Blue #9F3E96

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.71%

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 42.86%
G = 16.71%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F3E96 (or 0x9F3E96) is known color: Violet Blue. HEX triplet: 9F, 3E and 96. RGB value is (159,62,150). Sum of RGB (Red+Green+Blue) = 159+62+150=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3E96 is #60C169. Grayscale: #646464. Windows color (decimal): -6340970 or 9846431. OLE color: 9846431.

HSL color Cylindrical-coordinate representation of color #9F3E96: hue angle of 305.57º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F3E96 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 62 150 -
CMYK 0 0.61 0.06 0.38
HSL 305.57º 0.44% 0.43% -
HSV(B) 305.57º 0.61% 0.62% -
XYZ 21.53 13.02 30.23 -
YUV 101.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 159 62 150 0 0.61 0.06 0.38 305.57 0.44 0.43
Hex 9F 3E 96 0 3D 6 26 132 2C 2B
Octal 237 76 226 0 75 6 46 462 54 53
Binary 10011111 111110 10010110 0 111101 110 100110 100110010 101100 101011

Color Harmonies of #9F3E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E96

Black with #9F3E96

Text Example


Text Example

White with #9F3E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,62,150); }

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

background-color css

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

 a { background-color: rgb(159,62,150); }

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

border-color css

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

 span { border-color: rgb(159,62,150); }

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