Html Css Color HEX #8300BE Dark Violet

📋 copy color: '#8300BE'

red 131 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #8300BE

Tints of Dark Violet #8300BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 40.81%
G = 0%
B = 59.19%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8300BE (or 0x8300BE) is known color: Dark Violet. HEX triplet: 83, 00 and BE. RGB value is (131,0,190). Sum of RGB (Red+Green+Blue) = 131+0+190=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #8300BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8300BE is #7CFF41. Grayscale: #3C3C3C. Windows color (decimal): -8191810 or 12451971. OLE color: 12451971.

HSL color Cylindrical-coordinate representation of color #8300BE: hue angle of 281.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300BE is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 0 190 -
CMYK 0.31 1 0 0.25
HSL 281.37º 1% 0.37% -
HSV(B) 281.37º 1% 0.75% -
XYZ 18.65 8.54 49.38 -
YUV 60.83 200.9 178.05 -
System Red Green Blue C M Y K H S L
Decimal 131 0 190 0.31 1 0 0.25 281.37 1 0.37
Hex 83 0 BE 1F 64 0 19 119 64 25
Octal 203 0 276 37 144 0 31 431 144 45
Binary 10000011 0 10111110 11111 1100100 0 11001 100011001 1100100 100101

Color Harmonies of #8300BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8300BE

Black with #8300BE

Text Example


Text Example

White with #8300BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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