Html Css Color HEX #803FCB Blue Violet

📋 copy color: '#803FCB'

red 128 ◦ green 63 ◦ blue 203

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

Shades of Blue Violet #803FCB

Tints of Blue Violet #803FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 32.49%
G = 15.99%
B = 51.52%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#803FCB (or 0x803FCB) is known color: Blue Violet. HEX triplet: 80, 3F and CB. RGB value is (128,63,203). Sum of RGB (Red+Green+Blue) = 128+63+203=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #803FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FCB is #7FC034. Grayscale: #616161. Windows color (decimal): -8372277 or 13320064. OLE color: 13320064.

HSL color Cylindrical-coordinate representation of color #803FCB: hue angle of 267.86º degrees, saturation: 0.57, 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 #803FCB is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 63 203 -
CMYK 0.37 0.69 0 0.20
HSL 267.86º 0.57% 0.52% -
HSV(B) 267.86º 0.69% 0.8% -
XYZ 21.46 12.46 57.77 -
YUV 98.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 128 63 203 0.37 0.69 0 0.20 267.86 0.57 0.52
Hex 80 3F CB 25 45 0 14 10C 39 34
Octal 200 77 313 45 105 0 24 414 71 64
Binary 10000000 111111 11001011 100101 1000101 0 10100 100001100 111001 110100

Color Harmonies of #803FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803FCB

Black with #803FCB

Text Example


Text Example

White with #803FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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