Html Css Color HEX #9309EA Dark Violet

📋 copy color: '#9309EA'

red 147 ◦ green 9 ◦ blue 234

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

Shades of Dark Violet #9309EA

Tints of Dark Violet #9309EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60%

R = 37.69%
G = 2.31%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9309EA (or 0x9309EA) is known color: Dark Violet. HEX triplet: 93, 09 and EA. RGB value is (147,9,234). Sum of RGB (Red+Green+Blue) = 147+9+234=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #9309EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9309EA is #6CF615. Grayscale: #4B4B4B. Windows color (decimal): -7140886 or 15337875. OLE color: 15337875.

HSL color Cylindrical-coordinate representation of color #9309EA: hue angle of 276.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9309EA is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 9 234 -
CMYK 0.37 0.96 0 0.08
HSL 276.8º 0.93% 0.48% -
HSV(B) 276.8º 0.96% 0.92% -
XYZ 26.98 12.34 78.8 -
YUV 75.91 217.22 178.7 -
System Red Green Blue C M Y K H S L
Decimal 147 9 234 0.37 0.96 0 0.08 276.8 0.93 0.48
Hex 93 9 EA 25 60 0 8 115 5D 30
Octal 223 11 352 45 140 0 10 425 135 60
Binary 10010011 1001 11101010 100101 1100000 0 1000 100010101 1011101 110000

Color Harmonies of #9309EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9309EA

Black with #9309EA

Text Example


Text Example

White with #9309EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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