Html Css Color HEX #8530FA Blue Violet

📋 copy color: '#8530FA'

red 133 ◦ green 48 ◦ blue 250

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

Shades of Blue Violet #8530FA

Tints of Blue Violet #8530FA

RGB

 RED value IS 133 (52.34% from 255) = 30.86%

 GREEN value IS 48 (19.14% from 255) = 11.14%

 BLUE value IS 250 (98.05% from 255) = 58%

R = 30.86%
G = 11.14%
B = 58%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8530FA (or 0x8530FA) is known color: Blue Violet. HEX triplet: 85, 30 and FA. RGB value is (133,48,250). Sum of RGB (Red+Green+Blue) = 133+48+250=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #8530FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8530FA is #7ACF05. Grayscale: #5F5F5F. Windows color (decimal): -8048390 or 16396421. OLE color: 16396421.

HSL color Cylindrical-coordinate representation of color #8530FA: hue angle of 265.25º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8530FA is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 48 250 -
CMYK 0.47 0.81 0 0.02
HSL 265.25º 0.95% 0.58% -
HSV(B) 265.25º 0.81% 0.98% -
XYZ 27.99 14 91.67 -
YUV 96.44 214.66 154.07 -
System Red Green Blue C M Y K H S L
Decimal 133 48 250 0.47 0.81 0 0.02 265.25 0.95 0.58
Hex 85 30 FA 2F 51 0 2 109 5F 3A
Octal 205 60 372 57 121 0 2 411 137 72
Binary 10000101 110000 11111010 101111 1010001 0 10 100001001 1011111 111010

Color Harmonies of #8530FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8530FA

Black with #8530FA

Text Example


Text Example

White with #8530FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8530FA; }

 p { color: rgb(133,48,250); }

 H1.HeaderClassName
 {
   color: #8530FA;
 }
 .AnyTagClassName
 {
   color: #8530FA;
 }
</style>

background-color css

<style>
 a { background-color: #8530FA; }

 a { background-color: rgb(133,48,250); }

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

border-color css

<style>
 span { border-color: #8530FA; }

 span { border-color: rgb(133,48,250); }

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