Html Css Color HEX #8300CE Dark Violet

📋 copy color: '#8300CE'

red 131 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #8300CE

Tints of Dark Violet #8300CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.87%
G = 0%
B = 61.13%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8300CE (or 0x8300CE) is known color: Dark Violet. HEX triplet: 83, 00 and CE. RGB value is (131,0,206). Sum of RGB (Red+Green+Blue) = 131+0+206=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #8300CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8300CE is #7CFF31. Grayscale: #3D3D3D. Windows color (decimal): -8191794 or 13500547. OLE color: 13500547.

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

Color convert

RGB 131 0 206 -
CMYK 0.36 1 0 0.19
HSL 278.16º 1% 0.4% -
HSV(B) 278.16º 1% 0.81% -
XYZ 20.5 9.28 59.1 -
YUV 62.65 208.9 176.75 -
System Red Green Blue C M Y K H S L
Decimal 131 0 206 0.36 1 0 0.19 278.16 1 0.4
Hex 83 0 CE 24 64 0 13 116 64 28
Octal 203 0 316 44 144 0 23 426 144 50
Binary 10000011 0 11001110 100100 1100100 0 10011 100010110 1100100 101000

Color Harmonies of #8300CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8300CE

Black with #8300CE

Text Example


Text Example

White with #8300CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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