Html Css Color HEX #8231D0 Blue Violet

📋 copy color: '#8231D0'

red 130 ◦ green 49 ◦ blue 208

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

Shades of Blue Violet #8231D0

Tints of Blue Violet #8231D0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.66%

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

R = 33.59%
G = 12.66%
B = 53.75%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8231D0 (or 0x8231D0) is known color: Blue Violet. HEX triplet: 82, 31 and D0. RGB value is (130,49,208). Sum of RGB (Red+Green+Blue) = 130+49+208=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #8231D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8231D0 is #7DCE2F. Grayscale: #5A5A5A. Windows color (decimal): -8244784 or 13644162. OLE color: 13644162.

HSL color Cylindrical-coordinate representation of color #8231D0: hue angle of 270.57º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8231D0 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 49 208 -
CMYK 0.38 0.76 0 0.18
HSL 270.57º 0.63% 0.5% -
HSV(B) 270.57º 0.76% 0.82% -
XYZ 21.69 11.5 60.75 -
YUV 91.35 193.84 155.57 -
System Red Green Blue C M Y K H S L
Decimal 130 49 208 0.38 0.76 0 0.18 270.57 0.63 0.5
Hex 82 31 D0 26 4C 0 12 10F 3F 32
Octal 202 61 320 46 114 0 22 417 77 62
Binary 10000010 110001 11010000 100110 1001100 0 10010 100001111 111111 110010

Color Harmonies of #8231D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8231D0

Black with #8231D0

Text Example


Text Example

White with #8231D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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