Html Css Color HEX #9309BA Dark Violet

📋 copy color: '#9309BA'

red 147 ◦ green 9 ◦ blue 186

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

Shades of Dark Violet #9309BA

Tints of Dark Violet #9309BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 42.98%
G = 2.63%
B = 54.39%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9309BA (or 0x9309BA) is known color: Dark Violet. HEX triplet: 93, 09 and BA. RGB value is (147,9,186). Sum of RGB (Red+Green+Blue) = 147+9+186=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #9309BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9309BA is #6CF645. Grayscale: #454545. Windows color (decimal): -7140934 or 12192147. OLE color: 12192147.

HSL color Cylindrical-coordinate representation of color #9309BA: hue angle of 286.78º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9309BA is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 9 186 -
CMYK 0.21 0.95 0 0.27
HSL 286.78º 0.91% 0.38% -
HSV(B) 286.78º 0.95% 0.73% -
XYZ 20.99 9.94 47.27 -
YUV 70.44 193.22 182.61 -
System Red Green Blue C M Y K H S L
Decimal 147 9 186 0.21 0.95 0 0.27 286.78 0.91 0.38
Hex 93 9 BA 15 5F 0 1B 11F 5B 26
Octal 223 11 272 25 137 0 33 437 133 46
Binary 10010011 1001 10111010 10101 1011111 0 11011 100011111 1011011 100110

Color Harmonies of #9309BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9309BA

Black with #9309BA

Text Example


Text Example

White with #9309BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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