Html Css Color HEX #9F23F0 Blue Violet

📋 copy color: '#9F23F0'

red 159 ◦ green 35 ◦ blue 240

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

Shades of Blue Violet #9F23F0

Tints of Blue Violet #9F23F0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.06%

 BLUE value IS 240 (94.14% from 255) = 55.3%

R = 36.64%
G = 8.06%
B = 55.3%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F23F0 (or 0x9F23F0) is known color: Blue Violet. HEX triplet: 9F, 23 and F0. RGB value is (159,35,240). Sum of RGB (Red+Green+Blue) = 159+35+240=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #9F23F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F23F0 is #60DC0F. Grayscale: #5E5E5E. Windows color (decimal): -6347792 or 15737759. OLE color: 15737759.

HSL color Cylindrical-coordinate representation of color #9F23F0: hue angle of 276.29º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F23F0 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 35 240 -
CMYK 0.34 0.85 0 0.06
HSL 276.29º 0.87% 0.54% -
HSV(B) 276.29º 0.85% 0.94% -
XYZ 30.63 14.86 83.69 -
YUV 95.45 209.58 173.33 -
System Red Green Blue C M Y K H S L
Decimal 159 35 240 0.34 0.85 0 0.06 276.29 0.87 0.54
Hex 9F 23 F0 22 55 0 6 114 57 36
Octal 237 43 360 42 125 0 6 424 127 66
Binary 10011111 100011 11110000 100010 1010101 0 110 100010100 1010111 110110

Color Harmonies of #9F23F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F23F0

Black with #9F23F0

Text Example


Text Example

White with #9F23F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,35,240); }

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

background-color css

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

 a { background-color: rgb(159,35,240); }

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

border-color css

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

 span { border-color: rgb(159,35,240); }

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