Html Css Color HEX #8503B8 Dark Violet

📋 copy color: '#8503B8'

red 133 ◦ green 3 ◦ blue 184

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

Shades of Dark Violet #8503B8

Tints of Dark Violet #8503B8

RGB

 RED value IS 133 (52.34% from 255) = 41.56%

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 184 (72.27% from 255) = 57.5%

R = 41.56%
G = 0.94%
B = 57.5%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8503B8 (or 0x8503B8) is known color: Dark Violet. HEX triplet: 85, 03 and B8. RGB value is (133,3,184). Sum of RGB (Red+Green+Blue) = 133+3+184=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 184 (72.27% from 255 or 57.5% from 320); Max value from RGB is 184 - color contains mainly: blue. Hex color #8503B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8503B8 is #7AFC47. Grayscale: #3D3D3D. Windows color (decimal): -8059976 or 12059525. OLE color: 12059525.

HSL color Cylindrical-coordinate representation of color #8503B8: hue angle of 283.09º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8503B8 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 3 184 -
CMYK 0.28 0.98 0 0.28
HSL 283.09º 0.97% 0.37% -
HSV(B) 283.09º 0.98% 0.72% -
XYZ 18.36 8.51 46.02 -
YUV 62.5 196.57 178.28 -
System Red Green Blue C M Y K H S L
Decimal 133 3 184 0.28 0.98 0 0.28 283.09 0.97 0.37
Hex 85 3 B8 1C 62 0 1C 11B 61 25
Octal 205 3 270 34 142 0 34 433 141 45
Binary 10000101 11 10111000 11100 1100010 0 11100 100011011 1100001 100101

Color Harmonies of #8503B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8503B8

Black with #8503B8

Text Example


Text Example

White with #8503B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8503B8; }

 p { color: rgb(133,3,184); }

 H1.HeaderClassName
 {
   color: #8503B8;
 }
 .AnyTagClassName
 {
   color: #8503B8;
 }
</style>

background-color css

<style>
 a { background-color: #8503B8; }

 a { background-color: rgb(133,3,184); }

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

border-color css

<style>
 span { border-color: #8503B8; }

 span { border-color: rgb(133,3,184); }

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