Html Css Color HEX #9307FF Dark Violet

📋 copy color: '#9307FF'

red 147 ◦ green 7 ◦ blue 255

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

Shades of Dark Violet #9307FF

Tints of Dark Violet #9307FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.71%

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

R = 35.94%
G = 1.71%
B = 62.35%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9307FF (or 0x9307FF) is known color: Dark Violet. HEX triplet: 93, 07 and FF. RGB value is (147,7,255). Sum of RGB (Red+Green+Blue) = 147+7+255=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #9307FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9307FF is #6CF800. Grayscale: #4C4C4C. Windows color (decimal): -7141377 or 16713619. OLE color: 16713619.

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

Color convert

RGB 147 7 255 -
CMYK 0.42 0.97 0 0
HSL 273.87º 1% 0.51% -
HSV(B) 273.87º 0.97% 1% -
XYZ 30.16 13.58 95.64 -
YUV 77.13 228.38 177.83 -
System Red Green Blue C M Y K H S L
Decimal 147 7 255 0.42 0.97 0 0 273.87 1 0.51
Hex 93 7 FF 2A 61 0 0 112 64 33
Octal 223 7 377 52 141 0 0 422 144 63
Binary 10010011 111 11111111 101010 1100001 0 0 100010010 1100100 110011

Color Harmonies of #9307FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9307FF

Black with #9307FF

Text Example


Text Example

White with #9307FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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