Html Css Color HEX #8231FD Blue Violet

📋 copy color: '#8231FD'

red 130 ◦ green 49 ◦ blue 253

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

Shades of Blue Violet #8231FD

Tints of Blue Violet #8231FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.34%

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

R = 30.09%
G = 11.34%
B = 58.56%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8231FD (or 0x8231FD) is known color: Blue Violet. HEX triplet: 82, 31 and FD. RGB value is (130,49,253). Sum of RGB (Red+Green+Blue) = 130+49+253=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #8231FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8231FD is #7DCE02. Grayscale: #5F5F5F. Windows color (decimal): -8244739 or 16593282. OLE color: 16593282.

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

Color convert

RGB 130 49 253 -
CMYK 0.49 0.81 0 0.01
HSL 263.82º 0.98% 0.59% -
HSV(B) 263.82º 0.81% 0.99% -
XYZ 28.03 14.03 94.16 -
YUV 96.48 216.34 151.91 -
System Red Green Blue C M Y K H S L
Decimal 130 49 253 0.49 0.81 0 0.01 263.82 0.98 0.59
Hex 82 31 FD 31 51 0 1 108 62 3B
Octal 202 61 375 61 121 0 1 410 142 73
Binary 10000010 110001 11111101 110001 1010001 0 1 100001000 1100010 111011

Color Harmonies of #8231FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8231FD

Black with #8231FD

Text Example


Text Example

White with #8231FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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