Html Css Color HEX #9F359E Vivid Violet

📋 copy color: '#9F359E'

red 159 ◦ green 53 ◦ blue 158

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

Shades of Vivid Violet #9F359E

Tints of Vivid Violet #9F359E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.7%

R = 42.97%
G = 14.32%
B = 42.7%

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

#9F359E (or 0x9F359E) is known color: Vivid Violet. HEX triplet: 9F, 35 and 9E. RGB value is (159,53,158). Sum of RGB (Red+Green+Blue) = 159+53+158=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F359E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F359E is #60CA61. Grayscale: #606060. Windows color (decimal): -6343266 or 10368415. OLE color: 10368415.

HSL color Cylindrical-coordinate representation of color #9F359E: hue angle of 300.57º 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 #9F359E is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 53 158 -
CMYK 0 0.67 0.01 0.38
HSL 300.57º 0.5% 0.42% -
HSV(B) 300.57º 0.67% 0.62% -
XYZ 21.74 12.39 33.59 -
YUV 96.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 159 53 158 0 0.67 0.01 0.38 300.57 0.5 0.42
Hex 9F 35 9E 0 43 1 26 12D 32 2A
Octal 237 65 236 0 103 1 46 455 62 52
Binary 10011111 110101 10011110 0 1000011 1 100110 100101101 110010 101010

Color Harmonies of #9F359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F359E

Black with #9F359E

Text Example


Text Example

White with #9F359E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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