Html Css Color HEX #9F1ADF Blue Violet

📋 copy color: '#9F1ADF'

red 159 ◦ green 26 ◦ blue 223

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

Shades of Blue Violet #9F1ADF

Tints of Blue Violet #9F1ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.37%

 BLUE value IS 223 (87.5% from 255) = 54.66%

R = 38.97%
G = 6.37%
B = 54.66%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F1ADF (or 0x9F1ADF) is known color: Blue Violet. HEX triplet: 9F, 1A and DF. RGB value is (159,26,223). Sum of RGB (Red+Green+Blue) = 159+26+223=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F1ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1ADF is #60E520. Grayscale: #575757. Windows color (decimal): -6350113 or 14621343. OLE color: 14621343.

HSL color Cylindrical-coordinate representation of color #9F1ADF: hue angle of 280.51º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1ADF is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 26 223 -
CMYK 0.29 0.88 0 0.13
HSL 280.51º 0.79% 0.49% -
HSV(B) 280.51º 0.88% 0.87% -
XYZ 27.99 13.44 70.93 -
YUV 88.23 204.06 178.48 -
System Red Green Blue C M Y K H S L
Decimal 159 26 223 0.29 0.88 0 0.13 280.51 0.79 0.49
Hex 9F 1A DF 1D 58 0 D 119 4F 31
Octal 237 32 337 35 130 0 15 431 117 61
Binary 10011111 11010 11011111 11101 1011000 0 1101 100011001 1001111 110001

Color Harmonies of #9F1ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1ADF

Black with #9F1ADF

Text Example


Text Example

White with #9F1ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,26,223); }

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

background-color css

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

 a { background-color: rgb(159,26,223); }

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

border-color css

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

 span { border-color: rgb(159,26,223); }

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