Html Css Color HEX #8507EE Dark Violet

📋 copy color: '#8507EE'

red 133 ◦ green 7 ◦ blue 238

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

Shades of Dark Violet #8507EE

Tints of Dark Violet #8507EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.85%

 BLUE value IS 238 (93.36% from 255) = 62.96%

R = 35.19%
G = 1.85%
B = 62.96%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8507EE (or 0x8507EE) is known color: Dark Violet. HEX triplet: 85, 07 and EE. RGB value is (133,7,238). Sum of RGB (Red+Green+Blue) = 133+7+238=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #8507EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8507EE is #7AF811. Grayscale: #464646. Windows color (decimal): -8058898 or 15599493. OLE color: 15599493.

HSL color Cylindrical-coordinate representation of color #8507EE: hue angle of 272.73º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8507EE is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 7 238 -
CMYK 0.44 0.97 0 0.07
HSL 272.73º 0.94% 0.48% -
HSV(B) 272.73º 0.97% 0.93% -
XYZ 25.18 11.31 81.75 -
YUV 71.01 222.24 172.22 -
System Red Green Blue C M Y K H S L
Decimal 133 7 238 0.44 0.97 0 0.07 272.73 0.94 0.48
Hex 85 7 EE 2C 61 0 7 111 5E 30
Octal 205 7 356 54 141 0 7 421 136 60
Binary 10000101 111 11101110 101100 1100001 0 111 100010001 1011110 110000

Color Harmonies of #8507EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8507EE

Black with #8507EE

Text Example


Text Example

White with #8507EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8507EE; }

 p { color: rgb(133,7,238); }

 H1.HeaderClassName
 {
   color: #8507EE;
 }
 .AnyTagClassName
 {
   color: #8507EE;
 }
</style>

background-color css

<style>
 a { background-color: #8507EE; }

 a { background-color: rgb(133,7,238); }

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

border-color css

<style>
 span { border-color: #8507EE; }

 span { border-color: rgb(133,7,238); }

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