Html Css Color HEX #8225FF Blue Violet

📋 copy color: '#8225FF'

red 130 ◦ green 37 ◦ blue 255

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

Shades of Blue Violet #8225FF

Tints of Blue Violet #8225FF

RGB

 RED value IS 130 (51.17% from 255) = 30.81%

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

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

R = 30.81%
G = 8.77%
B = 60.43%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8225FF (or 0x8225FF) is known color: Blue Violet. HEX triplet: 82, 25 and FF. RGB value is (130,37,255). Sum of RGB (Red+Green+Blue) = 130+37+255=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #8225FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8225FF is #7DDA00. Grayscale: #585858. Windows color (decimal): -8247809 or 16721282. OLE color: 16721282.

HSL color Cylindrical-coordinate representation of color #8225FF: hue angle of 265.6º 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 #8225FF is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 37 255 -
CMYK 0.49 0.85 0 0
HSL 265.6º 1% 0.57% -
HSV(B) 265.6º 0.85% 1% -
XYZ 27.92 13.29 95.7 -
YUV 89.66 221.31 156.77 -
System Red Green Blue C M Y K H S L
Decimal 130 37 255 0.49 0.85 0 0 265.6 1 0.57
Hex 82 25 FF 31 55 0 0 10A 64 39
Octal 202 45 377 61 125 0 0 412 144 71
Binary 10000010 100101 11111111 110001 1010101 0 0 100001010 1100100 111001

Color Harmonies of #8225FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8225FF

Black with #8225FF

Text Example


Text Example

White with #8225FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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