Html Css Color HEX #8229FD Blue Violet

📋 copy color: '#8229FD'

red 130 ◦ green 41 ◦ blue 253

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

Shades of Blue Violet #8229FD

Tints of Blue Violet #8229FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.67%

 BLUE value IS 253 (99.22% from 255) = 59.67%

R = 30.66%
G = 9.67%
B = 59.67%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8229FD (or 0x8229FD) is known color: Blue Violet. HEX triplet: 82, 29 and FD. RGB value is (130,41,253). Sum of RGB (Red+Green+Blue) = 130+41+253=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #8229FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8229FD is #7DD602. Grayscale: #5B5B5B. Windows color (decimal): -8246787 or 16591234. OLE color: 16591234.

HSL color Cylindrical-coordinate representation of color #8229FD: hue angle of 265.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8229FD is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 41 253 -
CMYK 0.49 0.84 0 0.01
HSL 265.19º 0.98% 0.58% -
HSV(B) 265.19º 0.84% 0.99% -
XYZ 27.73 13.42 94.06 -
YUV 91.78 218.99 155.26 -
System Red Green Blue C M Y K H S L
Decimal 130 41 253 0.49 0.84 0 0.01 265.19 0.98 0.58
Hex 82 29 FD 31 54 0 1 109 62 3A
Octal 202 51 375 61 124 0 1 411 142 72
Binary 10000010 101001 11111101 110001 1010100 0 1 100001001 1100010 111010

Color Harmonies of #8229FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8229FD

Black with #8229FD

Text Example


Text Example

White with #8229FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8229FD; }

 p { color: rgb(130,41,253); }

 H1.HeaderClassName
 {
   color: #8229FD;
 }
 .AnyTagClassName
 {
   color: #8229FD;
 }
</style>

background-color css

<style>
 a { background-color: #8229FD; }

 a { background-color: rgb(130,41,253); }

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

border-color css

<style>
 span { border-color: #8229FD; }

 span { border-color: rgb(130,41,253); }

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