Html Css Color HEX #8230AD Vivid Violet

📋 copy color: '#8230AD'

red 130 ◦ green 48 ◦ blue 173

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

Shades of Vivid Violet #8230AD

Tints of Vivid Violet #8230AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 37.04%
G = 13.68%
B = 49.29%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8230AD (or 0x8230AD) is known color: Vivid Violet. HEX triplet: 82, 30 and AD. RGB value is (130,48,173). Sum of RGB (Red+Green+Blue) = 130+48+173=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #8230AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8230AD is #7DCF52. Grayscale: #565656. Windows color (decimal): -8245075 or 11350146. OLE color: 11350146.

HSL color Cylindrical-coordinate representation of color #8230AD: hue angle of 279.36º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8230AD is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 48 173 -
CMYK 0.25 0.72 0 0.32
HSL 279.36º 0.57% 0.43% -
HSV(B) 279.36º 0.72% 0.68% -
XYZ 17.81 9.88 40.5 -
YUV 86.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 130 48 173 0.25 0.72 0 0.32 279.36 0.57 0.43
Hex 82 30 AD 19 48 0 20 117 39 2B
Octal 202 60 255 31 110 0 40 427 71 53
Binary 10000010 110000 10101101 11001 1001000 0 100000 100010111 111001 101011

Color Harmonies of #8230AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8230AD

Black with #8230AD

Text Example


Text Example

White with #8230AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8230AD; }

 p { color: rgb(130,48,173); }

 H1.HeaderClassName
 {
   color: #8230AD;
 }
 .AnyTagClassName
 {
   color: #8230AD;
 }
</style>

background-color css

<style>
 a { background-color: #8230AD; }

 a { background-color: rgb(130,48,173); }

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

border-color css

<style>
 span { border-color: #8230AD; }

 span { border-color: rgb(130,48,173); }

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