Html Css Color HEX #8309BA Dark Violet

📋 copy color: '#8309BA'

red 131 ◦ green 9 ◦ blue 186

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

Shades of Dark Violet #8309BA

Tints of Dark Violet #8309BA

RGB

 RED value IS 131 (51.56% from 255) = 40.18%

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

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

R = 40.18%
G = 2.76%
B = 57.06%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8309BA (or 0x8309BA) is known color: Dark Violet. HEX triplet: 83, 09 and BA. RGB value is (131,9,186). Sum of RGB (Red+Green+Blue) = 131+9+186=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #8309BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309BA is #7CF645. Grayscale: #414141. Windows color (decimal): -8189510 or 12192131. OLE color: 12192131.

HSL color Cylindrical-coordinate representation of color #8309BA: hue angle of 281.36º 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 #8309BA is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 9 186 -
CMYK 0.30 0.95 0 0.27
HSL 281.36º 0.91% 0.38% -
HSV(B) 281.36º 0.95% 0.73% -
XYZ 18.32 8.57 47.14 -
YUV 65.66 195.92 174.61 -
System Red Green Blue C M Y K H S L
Decimal 131 9 186 0.30 0.95 0 0.27 281.36 0.91 0.38
Hex 83 9 BA 1E 5F 0 1B 119 5B 26
Octal 203 11 272 36 137 0 33 431 133 46
Binary 10000011 1001 10111010 11110 1011111 0 11011 100011001 1011011 100110

Color Harmonies of #8309BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8309BA

Black with #8309BA

Text Example


Text Example

White with #8309BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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