Html Css Color HEX #8300ED Dark Violet

📋 copy color: '#8300ED'

red 131 ◦ green 0 ◦ blue 237

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

Shades of Dark Violet #8300ED

Tints of Dark Violet #8300ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 35.6%
G = 0%
B = 64.4%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8300ED (or 0x8300ED) is known color: Dark Violet. HEX triplet: 83, 00 and ED. RGB value is (131,0,237). Sum of RGB (Red+Green+Blue) = 131+0+237=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #8300ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8300ED is #7CFF12. Grayscale: #414141. Windows color (decimal): -8191763 or 15532163. OLE color: 15532163.

HSL color Cylindrical-coordinate representation of color #8300ED: hue angle of 273.16º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300ED is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 0 237 -
CMYK 0.45 1 0 0.07
HSL 273.16º 1% 0.46% -
HSV(B) 273.16º 1% 0.93% -
XYZ 24.65 10.94 80.93 -
YUV 66.19 224.4 174.23 -
System Red Green Blue C M Y K H S L
Decimal 131 0 237 0.45 1 0 0.07 273.16 1 0.46
Hex 83 0 ED 2D 64 0 7 111 64 2E
Octal 203 0 355 55 144 0 7 421 144 56
Binary 10000011 0 11101101 101101 1100100 0 111 100010001 1100100 101110

Color Harmonies of #8300ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8300ED

Black with #8300ED

Text Example


Text Example

White with #8300ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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