Html Css Color HEX #8228D7 Blue Violet

📋 copy color: '#8228D7'

red 130 ◦ green 40 ◦ blue 215

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

Shades of Blue Violet #8228D7

Tints of Blue Violet #8228D7

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.39%

 BLUE value IS 215 (84.38% from 255) = 55.84%

R = 33.77%
G = 10.39%
B = 55.84%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8228D7 (or 0x8228D7) is known color: Blue Violet. HEX triplet: 82, 28 and D7. RGB value is (130,40,215). Sum of RGB (Red+Green+Blue) = 130+40+215=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 215 (84.38% from 255 or 55.84% from 385); Max value from RGB is 215 - color contains mainly: blue. Hex color #8228D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8228D7 is #7DD728. Grayscale: #565656. Windows color (decimal): -8247081 or 14100610. OLE color: 14100610.

HSL color Cylindrical-coordinate representation of color #8228D7: hue angle of 270.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8228D7 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 40 215 -
CMYK 0.40 0.81 0 0.16
HSL 270.86º 0.69% 0.5% -
HSV(B) 270.86º 0.81% 0.84% -
XYZ 22.23 11.17 65.27 -
YUV 86.86 200.32 158.77 -
System Red Green Blue C M Y K H S L
Decimal 130 40 215 0.40 0.81 0 0.16 270.86 0.69 0.5
Hex 82 28 D7 28 51 0 10 10F 45 32
Octal 202 50 327 50 121 0 20 417 105 62
Binary 10000010 101000 11010111 101000 1010001 0 10000 100001111 1000101 110010

Color Harmonies of #8228D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8228D7

Black with #8228D7

Text Example


Text Example

White with #8228D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8228D7; }

 p { color: rgb(130,40,215); }

 H1.HeaderClassName
 {
   color: #8228D7;
 }
 .AnyTagClassName
 {
   color: #8228D7;
 }
</style>

background-color css

<style>
 a { background-color: #8228D7; }

 a { background-color: rgb(130,40,215); }

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

border-color css

<style>
 span { border-color: #8228D7; }

 span { border-color: rgb(130,40,215); }

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