Html Css Color HEX #8530FF Blue Violet

📋 copy color: '#8530FF'

red 133 ◦ green 48 ◦ blue 255

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

Shades of Blue Violet #8530FF

Tints of Blue Violet #8530FF

RGB

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

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

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

R = 30.5%
G = 11.01%
B = 58.49%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8530FF (or 0x8530FF) is known color: Blue Violet. HEX triplet: 85, 30 and FF. RGB value is (133,48,255). Sum of RGB (Red+Green+Blue) = 133+48+255=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #8530FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8530FF is #7ACF00. Grayscale: #606060. Windows color (decimal): -8048385 or 16724101. OLE color: 16724101.

HSL color Cylindrical-coordinate representation of color #8530FF: hue angle of 264.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8530FF is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 48 255 -
CMYK 0.48 0.81 0 0
HSL 264.64º 1% 0.59% -
HSV(B) 264.64º 0.81% 1% -
XYZ 28.78 14.32 95.86 -
YUV 97.01 217.16 153.67 -
System Red Green Blue C M Y K H S L
Decimal 133 48 255 0.48 0.81 0 0 264.64 1 0.59
Hex 85 30 FF 30 51 0 0 109 64 3B
Octal 205 60 377 60 121 0 0 411 144 73
Binary 10000101 110000 11111111 110000 1010001 0 0 100001001 1100100 111011

Color Harmonies of #8530FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8530FF

Black with #8530FF

Text Example


Text Example

White with #8530FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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