Html Css Color HEX #803FBF Dark Orchid

📋 copy color: '#803FBF'

red 128 ◦ green 63 ◦ blue 191

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

Shades of Dark Orchid #803FBF

Tints of Dark Orchid #803FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 33.51%
G = 16.49%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#803FBF (or 0x803FBF) is known color: Dark Orchid. HEX triplet: 80, 3F and BF. RGB value is (128,63,191). Sum of RGB (Red+Green+Blue) = 128+63+191=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #803FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FBF is #7FC040. Grayscale: #606060. Windows color (decimal): -8372289 or 12533632. OLE color: 12533632.

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

Color convert

RGB 128 63 191 -
CMYK 0.33 0.67 0 0.25
HSL 270.47º 0.5% 0.5% -
HSV(B) 270.47º 0.67% 0.75% -
XYZ 20.08 11.91 50.53 -
YUV 97.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 128 63 191 0.33 0.67 0 0.25 270.47 0.5 0.5
Hex 80 3F BF 21 43 0 19 10E 32 32
Octal 200 77 277 41 103 0 31 416 62 62
Binary 10000000 111111 10111111 100001 1000011 0 11001 100001110 110010 110010

Color Harmonies of #803FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803FBF

Black with #803FBF

Text Example


Text Example

White with #803FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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