Html Css Color HEX #8309C9 Dark Violet

📋 copy color: '#8309C9'

red 131 ◦ green 9 ◦ blue 201

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

Shades of Dark Violet #8309C9

Tints of Dark Violet #8309C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 58.94%

R = 38.42%
G = 2.64%
B = 58.94%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8309C9 (or 0x8309C9) is known color: Dark Violet. HEX triplet: 83, 09 and C9. RGB value is (131,9,201). Sum of RGB (Red+Green+Blue) = 131+9+201=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 201 (78.91% from 255 or 58.94% from 341); Max value from RGB is 201 - color contains mainly: blue. Hex color #8309C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309C9 is #7CF636. Grayscale: #424242. Windows color (decimal): -8189495 or 13175171. OLE color: 13175171.

HSL color Cylindrical-coordinate representation of color #8309C9: hue angle of 278.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8309C9 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 9 201 -
CMYK 0.35 0.96 0 0.21
HSL 278.13º 0.91% 0.41% -
HSV(B) 278.13º 0.96% 0.79% -
XYZ 20 9.24 55.99 -
YUV 67.37 203.42 173.39 -
System Red Green Blue C M Y K H S L
Decimal 131 9 201 0.35 0.96 0 0.21 278.13 0.91 0.41
Hex 83 9 C9 23 60 0 15 116 5B 29
Octal 203 11 311 43 140 0 25 426 133 51
Binary 10000011 1001 11001001 100011 1100000 0 10101 100010110 1011011 101001

Color Harmonies of #8309C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8309C9

Black with #8309C9

Text Example


Text Example

White with #8309C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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