Html Css Color HEX #803BCD Blue Violet

📋 copy color: '#803BCD'

red 128 ◦ green 59 ◦ blue 205

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

Shades of Blue Violet #803BCD

Tints of Blue Violet #803BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.05%

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 32.65%
G = 15.05%
B = 52.3%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#803BCD (or 0x803BCD) is known color: Blue Violet. HEX triplet: 80, 3B and CD. RGB value is (128,59,205). Sum of RGB (Red+Green+Blue) = 128+59+205=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #803BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803BCD is #7FC432. Grayscale: #5F5F5F. Windows color (decimal): -8373299 or 13450112. OLE color: 13450112.

HSL color Cylindrical-coordinate representation of color #803BCD: hue angle of 268.36º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803BCD is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 59 205 -
CMYK 0.38 0.71 0 0.20
HSL 268.36º 0.59% 0.52% -
HSV(B) 268.36º 0.71% 0.8% -
XYZ 21.49 12.12 58.97 -
YUV 96.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 128 59 205 0.38 0.71 0 0.20 268.36 0.59 0.52
Hex 80 3B CD 26 47 0 14 10C 3B 34
Octal 200 73 315 46 107 0 24 414 73 64
Binary 10000000 111011 11001101 100110 1000111 0 10100 100001100 111011 110100

Color Harmonies of #803BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803BCD

Black with #803BCD

Text Example


Text Example

White with #803BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,59,205); }

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

background-color css

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

 a { background-color: rgb(128,59,205); }

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

border-color css

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

 span { border-color: rgb(128,59,205); }

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