Html Css Color HEX #9F3495 Vivid Violet

📋 copy color: '#9F3495'

red 159 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #9F3495

Tints of Vivid Violet #9F3495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 44.17%
G = 14.44%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F3495 (or 0x9F3495) is known color: Vivid Violet. HEX triplet: 9F, 34 and 95. RGB value is (159,52,149). Sum of RGB (Red+Green+Blue) = 159+52+149=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3495 is #60CB6A. Grayscale: #5E5E5E. Windows color (decimal): -6343531 or 9778335. OLE color: 9778335.

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

Color convert

RGB 159 52 149 -
CMYK 0 0.67 0.06 0.38
HSL 305.61º 0.51% 0.41% -
HSV(B) 305.61º 0.67% 0.62% -
XYZ 20.95 12 29.65 -
YUV 95.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 159 52 149 0 0.67 0.06 0.38 305.61 0.51 0.41
Hex 9F 34 95 0 43 6 26 132 33 29
Octal 237 64 225 0 103 6 46 462 63 51
Binary 10011111 110100 10010101 0 1000011 110 100110 100110010 110011 101001

Color Harmonies of #9F3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3495

Black with #9F3495

Text Example


Text Example

White with #9F3495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,52,149); }

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

background-color css

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

 a { background-color: rgb(159,52,149); }

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

border-color css

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

 span { border-color: rgb(159,52,149); }

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