Html Css Color HEX #8503BE Dark Violet

📋 copy color: '#8503BE'

red 133 ◦ green 3 ◦ blue 190

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

Shades of Dark Violet #8503BE

Tints of Dark Violet #8503BE

RGB

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

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

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

R = 40.8%
G = 0.92%
B = 58.28%

CMYK

 C value IS 0.3

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8503BE (or 0x8503BE) is known color: Dark Violet. HEX triplet: 85, 03 and BE. RGB value is (133,3,190). Sum of RGB (Red+Green+Blue) = 133+3+190=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #8503BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8503BE is #7AFC41. Grayscale: #3E3E3E. Windows color (decimal): -8059970 or 12452741. OLE color: 12452741.

HSL color Cylindrical-coordinate representation of color #8503BE: hue angle of 281.71º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8503BE is Cyan = 0.3, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 3 190 -
CMYK 0.3 0.98 0 0.25
HSL 281.71º 0.97% 0.38% -
HSV(B) 281.71º 0.98% 0.75% -
XYZ 19 8.77 49.41 -
YUV 63.19 199.57 177.79 -
System Red Green Blue C M Y K H S L
Decimal 133 3 190 0.3 0.98 0 0.25 281.71 0.97 0.38
Hex 85 3 BE 1E 62 0 19 11A 61 26
Octal 205 3 276 36 142 0 31 432 141 46
Binary 10000101 11 10111110 11110 1100010 0 11001 100011010 1100001 100110

Color Harmonies of #8503BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8503BE

Black with #8503BE

Text Example


Text Example

White with #8503BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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