Html Css Color HEX #8530D1 Blue Violet

📋 copy color: '#8530D1'

red 133 ◦ green 48 ◦ blue 209

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

Shades of Blue Violet #8530D1

Tints of Blue Violet #8530D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 53.59%

R = 34.1%
G = 12.31%
B = 53.59%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8530D1 (or 0x8530D1) is known color: Blue Violet. HEX triplet: 85, 30 and D1. RGB value is (133,48,209). Sum of RGB (Red+Green+Blue) = 133+48+209=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #8530D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8530D1 is #7ACF2E. Grayscale: #5B5B5B. Windows color (decimal): -8048431 or 13709445. OLE color: 13709445.

HSL color Cylindrical-coordinate representation of color #8530D1: hue angle of 271.68º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8530D1 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 48 209 -
CMYK 0.36 0.77 0 0.18
HSL 271.68º 0.64% 0.5% -
HSV(B) 271.68º 0.77% 0.82% -
XYZ 22.24 11.7 61.41 -
YUV 91.77 194.16 157.41 -
System Red Green Blue C M Y K H S L
Decimal 133 48 209 0.36 0.77 0 0.18 271.68 0.64 0.5
Hex 85 30 D1 24 4D 0 12 110 40 32
Octal 205 60 321 44 115 0 22 420 100 62
Binary 10000101 110000 11010001 100100 1001101 0 10010 100010000 1000000 110010

Color Harmonies of #8530D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8530D1

Black with #8530D1

Text Example


Text Example

White with #8530D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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