Html Css Color HEX #9F1CFD Blue Violet

📋 copy color: '#9F1CFD'

red 159 ◦ green 28 ◦ blue 253

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

Shades of Blue Violet #9F1CFD

Tints of Blue Violet #9F1CFD

RGB

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

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

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

R = 36.14%
G = 6.36%
B = 57.5%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F1CFD (or 0x9F1CFD) is known color: Blue Violet. HEX triplet: 9F, 1C and FD. RGB value is (159,28,253). Sum of RGB (Red+Green+Blue) = 159+28+253=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F1CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1CFD is #60E302. Grayscale: #5C5C5C. Windows color (decimal): -6349571 or 16587935. OLE color: 16587935.

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

Color convert

RGB 159 28 253 -
CMYK 0.37 0.89 0 0.01
HSL 274.93º 0.98% 0.55% -
HSV(B) 274.93º 0.89% 0.99% -
XYZ 32.44 15.29 94.17 -
YUV 92.82 218.4 175.2 -
System Red Green Blue C M Y K H S L
Decimal 159 28 253 0.37 0.89 0 0.01 274.93 0.98 0.55
Hex 9F 1C FD 25 59 0 1 113 62 37
Octal 237 34 375 45 131 0 1 423 142 67
Binary 10011111 11100 11111101 100101 1011001 0 1 100010011 1100010 110111

Color Harmonies of #9F1CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1CFD

Black with #9F1CFD

Text Example


Text Example

White with #9F1CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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