Html Css Color HEX #8309C6 Dark Violet

📋 copy color: '#8309C6'

red 131 ◦ green 9 ◦ blue 198

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

Shades of Dark Violet #8309C6

Tints of Dark Violet #8309C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 58.58%

R = 38.76%
G = 2.66%
B = 58.58%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8309C6 (or 0x8309C6) is known color: Dark Violet. HEX triplet: 83, 09 and C6. RGB value is (131,9,198). Sum of RGB (Red+Green+Blue) = 131+9+198=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #8309C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309C6 is #7CF639. Grayscale: #424242. Windows color (decimal): -8189498 or 12978563. OLE color: 12978563.

HSL color Cylindrical-coordinate representation of color #8309C6: hue angle of 278.73º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8309C6 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 9 198 -
CMYK 0.34 0.95 0 0.22
HSL 278.73º 0.91% 0.41% -
HSV(B) 278.73º 0.95% 0.78% -
XYZ 19.65 9.1 54.15 -
YUV 67.02 201.92 173.63 -
System Red Green Blue C M Y K H S L
Decimal 131 9 198 0.34 0.95 0 0.22 278.73 0.91 0.41
Hex 83 9 C6 22 5F 0 16 117 5B 29
Octal 203 11 306 42 137 0 26 427 133 51
Binary 10000011 1001 11000110 100010 1011111 0 10110 100010111 1011011 101001

Color Harmonies of #8309C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8309C6

Black with #8309C6

Text Example


Text Example

White with #8309C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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