Html Css Color HEX #8227F9 Blue Violet

📋 copy color: '#8227F9'

red 130 ◦ green 39 ◦ blue 249

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

Shades of Blue Violet #8227F9

Tints of Blue Violet #8227F9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.33%

 BLUE value IS 249 (97.66% from 255) = 59.57%

R = 31.1%
G = 9.33%
B = 59.57%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8227F9 (or 0x8227F9) is known color: Blue Violet. HEX triplet: 82, 27 and F9. RGB value is (130,39,249). Sum of RGB (Red+Green+Blue) = 130+39+249=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #8227F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8227F9 is #7DD806. Grayscale: #595959. Windows color (decimal): -8247303 or 16328578. OLE color: 16328578.

HSL color Cylindrical-coordinate representation of color #8227F9: hue angle of 266º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8227F9 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 39 249 -
CMYK 0.48 0.84 0 0.02
HSL 266º 0.95% 0.56% -
HSV(B) 266º 0.84% 0.98% -
XYZ 27.03 13.04 90.71 -
YUV 90.15 217.65 156.42 -
System Red Green Blue C M Y K H S L
Decimal 130 39 249 0.48 0.84 0 0.02 266 0.95 0.56
Hex 82 27 F9 30 54 0 2 10A 5F 38
Octal 202 47 371 60 124 0 2 412 137 70
Binary 10000010 100111 11111001 110000 1010100 0 10 100001010 1011111 111000

Color Harmonies of #8227F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8227F9

Black with #8227F9

Text Example


Text Example

White with #8227F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8227F9; }

 p { color: rgb(130,39,249); }

 H1.HeaderClassName
 {
   color: #8227F9;
 }
 .AnyTagClassName
 {
   color: #8227F9;
 }
</style>

background-color css

<style>
 a { background-color: #8227F9; }

 a { background-color: rgb(130,39,249); }

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

border-color css

<style>
 span { border-color: #8227F9; }

 span { border-color: rgb(130,39,249); }

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