Html Css Color HEX #8725EE Blue Violet

📋 copy color: '#8725EE'

red 135 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #8725EE

Tints of Blue Violet #8725EE

RGB

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

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

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

R = 32.93%
G = 9.02%
B = 58.05%

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

#8725EE (or 0x8725EE) is known color: Blue Violet. HEX triplet: 87, 25 and EE. RGB value is (135,37,238). Sum of RGB (Red+Green+Blue) = 135+37+238=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #8725EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8725EE is #78DA11. Grayscale: #585858. Windows color (decimal): -7920146 or 15607175. OLE color: 15607175.

HSL color Cylindrical-coordinate representation of color #8725EE: hue angle of 269.25º degrees, saturation: 0.86, 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 #8725EE is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 37 238 -
CMYK 0.43 0.84 0 0.07
HSL 269.25º 0.86% 0.54% -
HSV(B) 269.25º 0.84% 0.93% -
XYZ 26.09 12.65 81.96 -
YUV 89.22 211.97 160.66 -
System Red Green Blue C M Y K H S L
Decimal 135 37 238 0.43 0.84 0 0.07 269.25 0.86 0.54
Hex 87 25 EE 2B 54 0 7 10D 56 36
Octal 207 45 356 53 124 0 7 415 126 66
Binary 10000111 100101 11101110 101011 1010100 0 111 100001101 1010110 110110

Color Harmonies of #8725EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8725EE

Black with #8725EE

Text Example


Text Example

White with #8725EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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