Html Css Color HEX #9F23FA Blue Violet

📋 copy color: '#9F23FA'

red 159 ◦ green 35 ◦ blue 250

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

Shades of Blue Violet #9F23FA

Tints of Blue Violet #9F23FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 35.81%
G = 7.88%
B = 56.31%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F23FA (or 0x9F23FA) is known color: Blue Violet. HEX triplet: 9F, 23 and FA. RGB value is (159,35,250). Sum of RGB (Red+Green+Blue) = 159+35+250=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F23FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F23FA is #60DC05. Grayscale: #5F5F5F. Windows color (decimal): -6347782 or 16393119. OLE color: 16393119.

HSL color Cylindrical-coordinate representation of color #9F23FA: hue angle of 274.6º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F23FA is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 35 250 -
CMYK 0.36 0.86 0 0.02
HSL 274.6º 0.96% 0.56% -
HSV(B) 274.6º 0.86% 0.98% -
XYZ 32.15 15.48 91.73 -
YUV 96.59 214.58 172.52 -
System Red Green Blue C M Y K H S L
Decimal 159 35 250 0.36 0.86 0 0.02 274.6 0.96 0.56
Hex 9F 23 FA 24 56 0 2 113 60 38
Octal 237 43 372 44 126 0 2 423 140 70
Binary 10011111 100011 11111010 100100 1010110 0 10 100010011 1100000 111000

Color Harmonies of #9F23FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F23FA

Black with #9F23FA

Text Example


Text Example

White with #9F23FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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