Html Css Color HEX #8307CE Dark Violet

📋 copy color: '#8307CE'

red 131 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #8307CE

Tints of Dark Violet #8307CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 38.08%
G = 2.03%
B = 59.88%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8307CE (or 0x8307CE) is known color: Dark Violet. HEX triplet: 83, 07 and CE. RGB value is (131,7,206). Sum of RGB (Red+Green+Blue) = 131+7+206=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #8307CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8307CE is #7CF831. Grayscale: #424242. Windows color (decimal): -8190002 or 13502339. OLE color: 13502339.

HSL color Cylindrical-coordinate representation of color #8307CE: hue angle of 277.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8307CE is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 7 206 -
CMYK 0.36 0.97 0 0.19
HSL 277.39º 0.93% 0.42% -
HSV(B) 277.39º 0.97% 0.81% -
XYZ 20.58 9.43 59.13 -
YUV 66.76 206.58 173.82 -
System Red Green Blue C M Y K H S L
Decimal 131 7 206 0.36 0.97 0 0.19 277.39 0.93 0.42
Hex 83 7 CE 24 61 0 13 115 5D 2A
Octal 203 7 316 44 141 0 23 425 135 52
Binary 10000011 111 11001110 100100 1100001 0 10011 100010101 1011101 101010

Color Harmonies of #8307CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8307CE

Black with #8307CE

Text Example


Text Example

White with #8307CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8307CE; }

 p { color: rgb(131,7,206); }

 H1.HeaderClassName
 {
   color: #8307CE;
 }
 .AnyTagClassName
 {
   color: #8307CE;
 }
</style>

background-color css

<style>
 a { background-color: #8307CE; }

 a { background-color: rgb(131,7,206); }

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

border-color css

<style>
 span { border-color: #8307CE; }

 span { border-color: rgb(131,7,206); }

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