Html Css Color HEX #8300BB Dark Violet

📋 copy color: '#8300BB'

red 131 ◦ green 0 ◦ blue 187

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

Shades of Dark Violet #8300BB

Tints of Dark Violet #8300BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 41.19%
G = 0%
B = 58.81%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8300BB (or 0x8300BB) is known color: Dark Violet. HEX triplet: 83, 00 and BB. RGB value is (131,0,187). Sum of RGB (Red+Green+Blue) = 131+0+187=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #8300BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8300BB is #7CFF44. Grayscale: #3B3B3B. Windows color (decimal): -8191813 or 12255363. OLE color: 12255363.

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

Color convert

RGB 131 0 187 -
CMYK 0.30 1 0 0.27
HSL 282.03º 1% 0.37% -
HSV(B) 282.03º 1% 0.73% -
XYZ 18.33 8.41 47.67 -
YUV 60.49 199.4 178.29 -
System Red Green Blue C M Y K H S L
Decimal 131 0 187 0.30 1 0 0.27 282.03 1 0.37
Hex 83 0 BB 1E 64 0 1B 11A 64 25
Octal 203 0 273 36 144 0 33 432 144 45
Binary 10000011 0 10111011 11110 1100100 0 11011 100011010 1100100 100101

Color Harmonies of #8300BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8300BB

Black with #8300BB

Text Example


Text Example

White with #8300BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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