Html Css Color HEX #8725ED Blue Violet

📋 copy color: '#8725ED'

red 135 ◦ green 37 ◦ blue 237

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

Shades of Blue Violet #8725ED

Tints of Blue Violet #8725ED

RGB

 RED value IS 135 (53.13% from 255) = 33.01%

 GREEN value IS 37 (14.84% from 255) = 9.05%

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

R = 33.01%
G = 9.05%
B = 57.95%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8725ED (or 0x8725ED) is known color: Blue Violet. HEX triplet: 87, 25 and ED. RGB value is (135,37,237). Sum of RGB (Red+Green+Blue) = 135+37+237=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #8725ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8725ED is #78DA12. Grayscale: #585858. Windows color (decimal): -7920147 or 15541639. OLE color: 15541639.

HSL color Cylindrical-coordinate representation of color #8725ED: hue angle of 269.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8725ED is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 37 237 -
CMYK 0.43 0.84 0 0.07
HSL 269.4º 0.85% 0.54% -
HSV(B) 269.4º 0.84% 0.93% -
XYZ 25.94 12.59 81.18 -
YUV 89.1 211.47 160.74 -
System Red Green Blue C M Y K H S L
Decimal 135 37 237 0.43 0.84 0 0.07 269.4 0.85 0.54
Hex 87 25 ED 2B 54 0 7 10D 55 36
Octal 207 45 355 53 124 0 7 415 125 66
Binary 10000111 100101 11101101 101011 1010100 0 111 100001101 1010101 110110

Color Harmonies of #8725ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8725ED

Black with #8725ED

Text Example


Text Example

White with #8725ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,37,237); }

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

background-color css

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

 a { background-color: rgb(135,37,237); }

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

border-color css

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

 span { border-color: rgb(135,37,237); }

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