Html Css Color HEX #8500ED Dark Violet

📋 copy color: '#8500ED'

red 133 ◦ green 0 ◦ blue 237

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

Shades of Dark Violet #8500ED

Tints of Dark Violet #8500ED

RGB

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

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

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

R = 35.95%
G = 0%
B = 64.05%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8500ED (or 0x8500ED) is known color: Dark Violet. HEX triplet: 85, 00 and ED. RGB value is (133,0,237). Sum of RGB (Red+Green+Blue) = 133+0+237=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #8500ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8500ED is #7AFF12. Grayscale: #414141. Windows color (decimal): -8060691 or 15532165. OLE color: 15532165.

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

Color convert

RGB 133 0 237 -
CMYK 0.44 1 0 0.07
HSL 273.67º 1% 0.46% -
HSV(B) 273.67º 1% 0.93% -
XYZ 24.96 11.1 80.95 -
YUV 66.79 224.06 175.23 -
System Red Green Blue C M Y K H S L
Decimal 133 0 237 0.44 1 0 0.07 273.67 1 0.46
Hex 85 0 ED 2C 64 0 7 112 64 2E
Octal 205 0 355 54 144 0 7 422 144 56
Binary 10000101 0 11101101 101100 1100100 0 111 100010010 1100100 101110

Color Harmonies of #8500ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8500ED

Black with #8500ED

Text Example


Text Example

White with #8500ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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