Html Css Color HEX #9F1FFD Blue Violet

📋 copy color: '#9F1FFD'

red 159 ◦ green 31 ◦ blue 253

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

Shades of Blue Violet #9F1FFD

Tints of Blue Violet #9F1FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.11%

R = 35.89%
G = 7%
B = 57.11%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F1FFD (or 0x9F1FFD) is known color: Blue Violet. HEX triplet: 9F, 1F and FD. RGB value is (159,31,253). Sum of RGB (Red+Green+Blue) = 159+31+253=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F1FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1FFD is #60E002. Grayscale: #5D5D5D. Windows color (decimal): -6348803 or 16588703. OLE color: 16588703.

HSL color Cylindrical-coordinate representation of color #9F1FFD: hue angle of 274.59º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1FFD is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 31 253 -
CMYK 0.37 0.88 0 0.01
HSL 274.59º 0.98% 0.56% -
HSV(B) 274.59º 0.88% 0.99% -
XYZ 32.52 15.44 94.2 -
YUV 94.58 217.41 173.95 -
System Red Green Blue C M Y K H S L
Decimal 159 31 253 0.37 0.88 0 0.01 274.59 0.98 0.56
Hex 9F 1F FD 25 58 0 1 113 62 38
Octal 237 37 375 45 130 0 1 423 142 70
Binary 10011111 11111 11111101 100101 1011000 0 1 100010011 1100010 111000

Color Harmonies of #9F1FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1FFD

Black with #9F1FFD

Text Example


Text Example

White with #9F1FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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