Html Css Color HEX #803DBE Dark Orchid

📋 copy color: '#803DBE'

red 128 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #803DBE

Tints of Dark Orchid #803DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.09%

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 33.77%
G = 16.09%
B = 50.13%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#803DBE (or 0x803DBE) is known color: Dark Orchid. HEX triplet: 80, 3D and BE. RGB value is (128,61,190). Sum of RGB (Red+Green+Blue) = 128+61+190=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #803DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DBE is #7FC241. Grayscale: #5F5F5F. Windows color (decimal): -8372802 or 12467584. OLE color: 12467584.

HSL color Cylindrical-coordinate representation of color #803DBE: hue angle of 271.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803DBE is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 61 190 -
CMYK 0.33 0.68 0 0.25
HSL 271.16º 0.51% 0.49% -
HSV(B) 271.16º 0.68% 0.75% -
XYZ 19.87 11.64 49.92 -
YUV 95.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 128 61 190 0.33 0.68 0 0.25 271.16 0.51 0.49
Hex 80 3D BE 21 44 0 19 10F 33 31
Octal 200 75 276 41 104 0 31 417 63 61
Binary 10000000 111101 10111110 100001 1000100 0 11001 100001111 110011 110001

Color Harmonies of #803DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803DBE

Black with #803DBE

Text Example


Text Example

White with #803DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,61,190); }

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

background-color css

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

 a { background-color: rgb(128,61,190); }

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

border-color css

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

 span { border-color: rgb(128,61,190); }

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