Html Css Color HEX #9309FF Blue Violet

📋 copy color: '#9309FF'

red 147 ◦ green 9 ◦ blue 255

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

Shades of Blue Violet #9309FF

Tints of Blue Violet #9309FF

RGB

 RED value IS 147 (57.81% from 255) = 35.77%

 GREEN value IS 9 (3.91% from 255) = 2.19%

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

R = 35.77%
G = 2.19%
B = 62.04%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9309FF (or 0x9309FF) is known color: Blue Violet. HEX triplet: 93, 09 and FF. RGB value is (147,9,255). Sum of RGB (Red+Green+Blue) = 147+9+255=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #9309FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9309FF is #6CF600. Grayscale: #4D4D4D. Windows color (decimal): -7140865 or 16714131. OLE color: 16714131.

HSL color Cylindrical-coordinate representation of color #9309FF: hue angle of 273.66º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9309FF is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 147 9 255 -
CMYK 0.42 0.96 0 0
HSL 273.66º 1% 0.52% -
HSV(B) 273.66º 0.96% 1% -
XYZ 30.18 13.62 95.65 -
YUV 78.31 227.72 177 -
System Red Green Blue C M Y K H S L
Decimal 147 9 255 0.42 0.96 0 0 273.66 1 0.52
Hex 93 9 FF 2A 60 0 0 112 64 34
Octal 223 11 377 52 140 0 0 422 144 64
Binary 10010011 1001 11111111 101010 1100000 0 0 100010010 1100100 110100

Color Harmonies of #9309FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9309FF

Black with #9309FF

Text Example


Text Example

White with #9309FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9309FF; }

 p { color: rgb(147,9,255); }

 H1.HeaderClassName
 {
   color: #9309FF;
 }
 .AnyTagClassName
 {
   color: #9309FF;
 }
</style>

background-color css

<style>
 a { background-color: #9309FF; }

 a { background-color: rgb(147,9,255); }

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

border-color css

<style>
 span { border-color: #9309FF; }

 span { border-color: rgb(147,9,255); }

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