Html Css Color HEX #8309C4 Dark Violet

📋 copy color: '#8309C4'

red 131 ◦ green 9 ◦ blue 196

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

Shades of Dark Violet #8309C4

Tints of Dark Violet #8309C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 58.33%

R = 38.99%
G = 2.68%
B = 58.33%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8309C4 (or 0x8309C4) is known color: Dark Violet. HEX triplet: 83, 09 and C4. RGB value is (131,9,196). Sum of RGB (Red+Green+Blue) = 131+9+196=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #8309C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309C4 is #7CF63B. Grayscale: #424242. Windows color (decimal): -8189500 or 12847491. OLE color: 12847491.

HSL color Cylindrical-coordinate representation of color #8309C4: hue angle of 279.14º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8309C4 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 9 196 -
CMYK 0.33 0.95 0 0.23
HSL 279.14º 0.91% 0.4% -
HSV(B) 279.14º 0.95% 0.77% -
XYZ 19.42 9.01 52.94 -
YUV 66.8 200.92 173.79 -
System Red Green Blue C M Y K H S L
Decimal 131 9 196 0.33 0.95 0 0.23 279.14 0.91 0.4
Hex 83 9 C4 21 5F 0 17 117 5B 28
Octal 203 11 304 41 137 0 27 427 133 50
Binary 10000011 1001 11000100 100001 1011111 0 10111 100010111 1011011 101000

Color Harmonies of #8309C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8309C4

Black with #8309C4

Text Example


Text Example

White with #8309C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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