Html Css Color HEX #8047CC Blue Violet

📋 copy color: '#8047CC'

red 128 ◦ green 71 ◦ blue 204

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

Shades of Blue Violet #8047CC

Tints of Blue Violet #8047CC

RGB

 RED value IS 128 (50.39% from 255) = 31.76%

 GREEN value IS 71 (28.13% from 255) = 17.62%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 31.76%
G = 17.62%
B = 50.62%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8047CC (or 0x8047CC) is known color: Blue Violet. HEX triplet: 80, 47 and CC. RGB value is (128,71,204). Sum of RGB (Red+Green+Blue) = 128+71+204=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #8047CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8047CC is #7FB833. Grayscale: #666666. Windows color (decimal): -8370228 or 13387648. OLE color: 13387648.

HSL color Cylindrical-coordinate representation of color #8047CC: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8047CC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 71 204 -
CMYK 0.37 0.65 0 0.2
HSL 265.71º 0.57% 0.54% -
HSV(B) 265.71º 0.65% 0.8% -
XYZ 22.05 13.46 58.56 -
YUV 103.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 128 71 204 0.37 0.65 0 0.2 265.71 0.57 0.54
Hex 80 47 CC 25 41 0 14 10A 39 36
Octal 200 107 314 45 101 0 24 412 71 66
Binary 10000000 1000111 11001100 100101 1000001 0 10100 100001010 111001 110110

Color Harmonies of #8047CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8047CC

Black with #8047CC

Text Example


Text Example

White with #8047CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8047CC; }

 p { color: rgb(128,71,204); }

 H1.HeaderClassName
 {
   color: #8047CC;
 }
 .AnyTagClassName
 {
   color: #8047CC;
 }
</style>

background-color css

<style>
 a { background-color: #8047CC; }

 a { background-color: rgb(128,71,204); }

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

border-color css

<style>
 span { border-color: #8047CC; }

 span { border-color: rgb(128,71,204); }

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