Html Css Color HEX #8503ED Dark Violet

📋 copy color: '#8503ED'

red 133 ◦ green 3 ◦ blue 237

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

Shades of Dark Violet #8503ED

Tints of Dark Violet #8503ED

RGB

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

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

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

R = 35.66%
G = 0.8%
B = 63.54%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8503ED (or 0x8503ED) is known color: Dark Violet. HEX triplet: 85, 03 and ED. RGB value is (133,3,237). Sum of RGB (Red+Green+Blue) = 133+3+237=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #8503ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8503ED is #7AFC12. Grayscale: #434343. Windows color (decimal): -8059923 or 15532933. OLE color: 15532933.

HSL color Cylindrical-coordinate representation of color #8503ED: hue angle of 273.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8503ED is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 3 237 -
CMYK 0.44 0.99 0 0.07
HSL 273.33º 0.98% 0.47% -
HSV(B) 273.33º 0.99% 0.93% -
XYZ 24.99 11.17 80.96 -
YUV 68.55 223.07 173.97 -
System Red Green Blue C M Y K H S L
Decimal 133 3 237 0.44 0.99 0 0.07 273.33 0.98 0.47
Hex 85 3 ED 2C 63 0 7 111 62 2F
Octal 205 3 355 54 143 0 7 421 142 57
Binary 10000101 11 11101101 101100 1100011 0 111 100010001 1100010 101111

Color Harmonies of #8503ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8503ED

Black with #8503ED

Text Example


Text Example

White with #8503ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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