Html Css Color HEX #8425FF Blue Violet

📋 copy color: '#8425FF'

red 132 ◦ green 37 ◦ blue 255

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

Shades of Blue Violet #8425FF

Tints of Blue Violet #8425FF

RGB

 RED value IS 132 (51.95% from 255) = 31.13%

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

 BLUE value IS 255 (100% from 255) = 60.14%

R = 31.13%
G = 8.73%
B = 60.14%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8425FF (or 0x8425FF) is known color: Blue Violet. HEX triplet: 84, 25 and FF. RGB value is (132,37,255). Sum of RGB (Red+Green+Blue) = 132+37+255=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #8425FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8425FF is #7BDA00. Grayscale: #595959. Windows color (decimal): -8116737 or 16721284. OLE color: 16721284.

HSL color Cylindrical-coordinate representation of color #8425FF: hue angle of 266.15º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8425FF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 37 255 -
CMYK 0.48 0.85 0 0
HSL 266.15º 1% 0.57% -
HSV(B) 266.15º 0.85% 1% -
XYZ 28.23 13.45 95.72 -
YUV 90.26 220.97 157.77 -
System Red Green Blue C M Y K H S L
Decimal 132 37 255 0.48 0.85 0 0 266.15 1 0.57
Hex 84 25 FF 30 55 0 0 10A 64 39
Octal 204 45 377 60 125 0 0 412 144 71
Binary 10000100 100101 11111111 110000 1010101 0 0 100001010 1100100 111001

Color Harmonies of #8425FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8425FF

Black with #8425FF

Text Example


Text Example

White with #8425FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8425FF; }

 p { color: rgb(132,37,255); }

 H1.HeaderClassName
 {
   color: #8425FF;
 }
 .AnyTagClassName
 {
   color: #8425FF;
 }
</style>

background-color css

<style>
 a { background-color: #8425FF; }

 a { background-color: rgb(132,37,255); }

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

border-color css

<style>
 span { border-color: #8425FF; }

 span { border-color: rgb(132,37,255); }

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