Html Css Color HEX #9F1CDF Blue Violet

📋 copy color: '#9F1CDF'

red 159 ◦ green 28 ◦ blue 223

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

Shades of Blue Violet #9F1CDF

Tints of Blue Violet #9F1CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

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

R = 38.78%
G = 6.83%
B = 54.39%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F1CDF (or 0x9F1CDF) is known color: Blue Violet. HEX triplet: 9F, 1C and DF. RGB value is (159,28,223). Sum of RGB (Red+Green+Blue) = 159+28+223=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F1CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1CDF is #60E320. Grayscale: #585858. Windows color (decimal): -6349601 or 14621855. OLE color: 14621855.

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

Color convert

RGB 159 28 223 -
CMYK 0.29 0.87 0 0.13
HSL 280.31º 0.78% 0.49% -
HSV(B) 280.31º 0.87% 0.87% -
XYZ 28.03 13.53 70.95 -
YUV 89.4 203.4 177.64 -
System Red Green Blue C M Y K H S L
Decimal 159 28 223 0.29 0.87 0 0.13 280.31 0.78 0.49
Hex 9F 1C DF 1D 57 0 D 118 4E 31
Octal 237 34 337 35 127 0 15 430 116 61
Binary 10011111 11100 11011111 11101 1010111 0 1101 100011000 1001110 110001

Color Harmonies of #9F1CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1CDF

Black with #9F1CDF

Text Example


Text Example

White with #9F1CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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