Html Css Color HEX #9F25FF Blue Violet

📋 copy color: '#9F25FF'

red 159 ◦ green 37 ◦ blue 255

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

Shades of Blue Violet #9F25FF

Tints of Blue Violet #9F25FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.2%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 35.25%
G = 8.2%
B = 56.54%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F25FF (or 0x9F25FF) is known color: Blue Violet. HEX triplet: 9F, 25 and FF. RGB value is (159,37,255). Sum of RGB (Red+Green+Blue) = 159+37+255=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F25FF is #60DA00. Grayscale: #616161. Windows color (decimal): -6347265 or 16721311. OLE color: 16721311.

HSL color Cylindrical-coordinate representation of color #9F25FF: hue angle of 273.58º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F25FF is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 37 255 -
CMYK 0.38 0.85 0 0
HSL 273.58º 1% 0.57% -
HSV(B) 273.58º 0.85% 1% -
XYZ 33.01 15.91 95.94 -
YUV 98.33 216.42 171.27 -
System Red Green Blue C M Y K H S L
Decimal 159 37 255 0.38 0.85 0 0 273.58 1 0.57
Hex 9F 25 FF 26 55 0 0 112 64 39
Octal 237 45 377 46 125 0 0 422 144 71
Binary 10011111 100101 11111111 100110 1010101 0 0 100010010 1100100 111001

Color Harmonies of #9F25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F25FF

Black with #9F25FF

Text Example


Text Example

White with #9F25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,255); }

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

background-color css

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

 a { background-color: rgb(159,37,255); }

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

border-color css

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

 span { border-color: rgb(159,37,255); }

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