Html Css Color HEX #8223DD Blue Violet

📋 copy color: '#8223DD'

red 130 ◦ green 35 ◦ blue 221

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

Shades of Blue Violet #8223DD

Tints of Blue Violet #8223DD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.07%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 33.68%
G = 9.07%
B = 57.25%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8223DD (or 0x8223DD) is known color: Blue Violet. HEX triplet: 82, 23 and DD. RGB value is (130,35,221). Sum of RGB (Red+Green+Blue) = 130+35+221=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #8223DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8223DD is #7DDC22. Grayscale: #535353. Windows color (decimal): -8248355 or 14492546. OLE color: 14492546.

HSL color Cylindrical-coordinate representation of color #8223DD: hue angle of 270.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8223DD is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 35 221 -
CMYK 0.41 0.84 0 0.13
HSL 270.65º 0.73% 0.5% -
HSV(B) 270.65º 0.84% 0.87% -
XYZ 22.86 11.17 69.36 -
YUV 84.61 204.97 160.38 -
System Red Green Blue C M Y K H S L
Decimal 130 35 221 0.41 0.84 0 0.13 270.65 0.73 0.5
Hex 82 23 DD 29 54 0 D 10F 49 32
Octal 202 43 335 51 124 0 15 417 111 62
Binary 10000010 100011 11011101 101001 1010100 0 1101 100001111 1001001 110010

Color Harmonies of #8223DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8223DD

Black with #8223DD

Text Example


Text Example

White with #8223DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8223DD; }

 p { color: rgb(130,35,221); }

 H1.HeaderClassName
 {
   color: #8223DD;
 }
 .AnyTagClassName
 {
   color: #8223DD;
 }
</style>

background-color css

<style>
 a { background-color: #8223DD; }

 a { background-color: rgb(130,35,221); }

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

border-color css

<style>
 span { border-color: #8223DD; }

 span { border-color: rgb(130,35,221); }

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