Html Css Color HEX #8725FA Blue Violet

📋 copy color: '#8725FA'

red 135 ◦ green 37 ◦ blue 250

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

Shades of Blue Violet #8725FA

Tints of Blue Violet #8725FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.24%

R = 31.99%
G = 8.77%
B = 59.24%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8725FA (or 0x8725FA) is known color: Blue Violet. HEX triplet: 87, 25 and FA. RGB value is (135,37,250). Sum of RGB (Red+Green+Blue) = 135+37+250=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #8725FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8725FA is #78DA05. Grayscale: #595959. Windows color (decimal): -7920134 or 16393607. OLE color: 16393607.

HSL color Cylindrical-coordinate representation of color #8725FA: hue angle of 267.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8725FA is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 37 250 -
CMYK 0.46 0.85 0 0.02
HSL 267.61º 0.96% 0.56% -
HSV(B) 267.61º 0.85% 0.98% -
XYZ 27.91 13.38 91.55 -
YUV 90.58 217.97 159.68 -
System Red Green Blue C M Y K H S L
Decimal 135 37 250 0.46 0.85 0 0.02 267.61 0.96 0.56
Hex 87 25 FA 2E 55 0 2 10C 60 38
Octal 207 45 372 56 125 0 2 414 140 70
Binary 10000111 100101 11111010 101110 1010101 0 10 100001100 1100000 111000

Color Harmonies of #8725FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8725FA

Black with #8725FA

Text Example


Text Example

White with #8725FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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