Html Css Color HEX #9F31FF Blue Violet

📋 copy color: '#9F31FF'

red 159 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #9F31FF

Tints of Blue Violet #9F31FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.58%

 BLUE value IS 255 (100% from 255) = 55.08%

R = 34.34%
G = 10.58%
B = 55.08%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F31FF (or 0x9F31FF) is known color: Blue Violet. HEX triplet: 9F, 31 and FF. RGB value is (159,49,255). Sum of RGB (Red+Green+Blue) = 159+49+255=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F31FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F31FF is #60CE00. Grayscale: #686868. Windows color (decimal): -6344193 or 16724383. OLE color: 16724383.

HSL color Cylindrical-coordinate representation of color #9F31FF: hue angle of 272.04º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F31FF is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 49 255 -
CMYK 0.38 0.81 0 0
HSL 272.04º 1% 0.6% -
HSV(B) 272.04º 0.81% 1% -
XYZ 33.45 16.79 96.09 -
YUV 105.37 212.44 166.25 -
System Red Green Blue C M Y K H S L
Decimal 159 49 255 0.38 0.81 0 0 272.04 1 0.6
Hex 9F 31 FF 26 51 0 0 110 64 3C
Octal 237 61 377 46 121 0 0 420 144 74
Binary 10011111 110001 11111111 100110 1010001 0 0 100010000 1100100 111100

Color Harmonies of #9F31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F31FF

Black with #9F31FF

Text Example


Text Example

White with #9F31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,49,255); }

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

background-color css

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

 a { background-color: rgb(159,49,255); }

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

border-color css

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

 span { border-color: rgb(159,49,255); }

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