Html Css Color HEX #9F1FFA Blue Violet

📋 copy color: '#9F1FFA'

red 159 ◦ green 31 ◦ blue 250

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

Shades of Blue Violet #9F1FFA

Tints of Blue Violet #9F1FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.05%

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 36.14%
G = 7.05%
B = 56.82%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F1FFA (or 0x9F1FFA) is known color: Blue Violet. HEX triplet: 9F, 1F and FA. RGB value is (159,31,250). Sum of RGB (Red+Green+Blue) = 159+31+250=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F1FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1FFA is #60E005. Grayscale: #5D5D5D. Windows color (decimal): -6348806 or 16392095. OLE color: 16392095.

HSL color Cylindrical-coordinate representation of color #9F1FFA: hue angle of 275.07º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1FFA is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 31 250 -
CMYK 0.36 0.88 0 0.02
HSL 275.07º 0.96% 0.55% -
HSV(B) 275.07º 0.88% 0.98% -
XYZ 32.04 15.25 91.7 -
YUV 94.24 215.91 174.19 -
System Red Green Blue C M Y K H S L
Decimal 159 31 250 0.36 0.88 0 0.02 275.07 0.96 0.55
Hex 9F 1F FA 24 58 0 2 113 60 37
Octal 237 37 372 44 130 0 2 423 140 67
Binary 10011111 11111 11111010 100100 1011000 0 10 100010011 1100000 110111

Color Harmonies of #9F1FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1FFA

Black with #9F1FFA

Text Example


Text Example

White with #9F1FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,31,250); }

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

background-color css

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

 a { background-color: rgb(159,31,250); }

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

border-color css

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

 span { border-color: rgb(159,31,250); }

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