Html Css Color HEX #803FCC Blue Violet

📋 copy color: '#803FCC'

red 128 ◦ green 63 ◦ blue 204

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

Shades of Blue Violet #803FCC

Tints of Blue Violet #803FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

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

R = 32.41%
G = 15.95%
B = 51.65%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#803FCC (or 0x803FCC) is known color: Blue Violet. HEX triplet: 80, 3F and CC. RGB value is (128,63,204). Sum of RGB (Red+Green+Blue) = 128+63+204=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #803FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FCC is #7FC033. Grayscale: #626262. Windows color (decimal): -8372276 or 13385600. OLE color: 13385600.

HSL color Cylindrical-coordinate representation of color #803FCC: hue angle of 267.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803FCC is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 63 204 -
CMYK 0.37 0.69 0 0.2
HSL 267.66º 0.58% 0.52% -
HSV(B) 267.66º 0.69% 0.8% -
XYZ 21.58 12.5 58.4 -
YUV 98.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 128 63 204 0.37 0.69 0 0.2 267.66 0.58 0.52
Hex 80 3F CC 25 45 0 14 10C 3A 34
Octal 200 77 314 45 105 0 24 414 72 64
Binary 10000000 111111 11001100 100101 1000101 0 10100 100001100 111010 110100

Color Harmonies of #803FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803FCC

Black with #803FCC

Text Example


Text Example

White with #803FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803FCC; }

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

 H1.HeaderClassName
 {
   color: #803FCC;
 }
 .AnyTagClassName
 {
   color: #803FCC;
 }
</style>

background-color css

<style>
 a { background-color: #803FCC; }

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

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

border-color css

<style>
 span { border-color: #803FCC; }

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

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