Html Css Color HEX #9F359D Vivid Violet

📋 copy color: '#9F359D'

red 159 ◦ green 53 ◦ blue 157

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

Shades of Vivid Violet #9F359D

Tints of Vivid Violet #9F359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.36%

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 43.09%
G = 14.36%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F359D (or 0x9F359D) is known color: Vivid Violet. HEX triplet: 9F, 35 and 9D. RGB value is (159,53,157). Sum of RGB (Red+Green+Blue) = 159+53+157=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F359D is #60CA62. Grayscale: #606060. Windows color (decimal): -6343267 or 10302879. OLE color: 10302879.

HSL color Cylindrical-coordinate representation of color #9F359D: hue angle of 301.13º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F359D is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 53 157 -
CMYK 0 0.67 0.01 0.38
HSL 301.13º 0.5% 0.42% -
HSV(B) 301.13º 0.67% 0.62% -
XYZ 21.66 12.35 33.14 -
YUV 96.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 159 53 157 0 0.67 0.01 0.38 301.13 0.5 0.42
Hex 9F 35 9D 0 43 1 26 12D 32 2A
Octal 237 65 235 0 103 1 46 455 62 52
Binary 10011111 110101 10011101 0 1000011 1 100110 100101101 110010 101010

Color Harmonies of #9F359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F359D

Black with #9F359D

Text Example


Text Example

White with #9F359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,53,157); }

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

background-color css

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

 a { background-color: rgb(159,53,157); }

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

border-color css

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

 span { border-color: rgb(159,53,157); }

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