Html Css Color HEX #8230D0 Blue Violet

📋 copy color: '#8230D0'

red 130 ◦ green 48 ◦ blue 208

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

Shades of Blue Violet #8230D0

Tints of Blue Violet #8230D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.89%

R = 33.68%
G = 12.44%
B = 53.89%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8230D0 (or 0x8230D0) is known color: Blue Violet. HEX triplet: 82, 30 and D0. RGB value is (130,48,208). Sum of RGB (Red+Green+Blue) = 130+48+208=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #8230D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8230D0 is #7DCF2F. Grayscale: #5A5A5A. Windows color (decimal): -8245040 or 13643906. OLE color: 13643906.

HSL color Cylindrical-coordinate representation of color #8230D0: hue angle of 270.75º degrees, saturation: 0.63, 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 #8230D0 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 48 208 -
CMYK 0.38 0.77 0 0.18
HSL 270.75º 0.63% 0.5% -
HSV(B) 270.75º 0.77% 0.82% -
XYZ 21.65 11.41 60.74 -
YUV 90.76 194.17 155.99 -
System Red Green Blue C M Y K H S L
Decimal 130 48 208 0.38 0.77 0 0.18 270.75 0.63 0.5
Hex 82 30 D0 26 4D 0 12 10F 3F 32
Octal 202 60 320 46 115 0 22 417 77 62
Binary 10000010 110000 11010000 100110 1001101 0 10010 100001111 111111 110010

Color Harmonies of #8230D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8230D0

Black with #8230D0

Text Example


Text Example

White with #8230D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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