Html Css Color HEX #883FBF Dark Orchid

📋 copy color: '#883FBF'

red 136 ◦ green 63 ◦ blue 191

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

Shades of Dark Orchid #883FBF

Tints of Dark Orchid #883FBF

RGB

 RED value IS 136 (53.52% from 255) = 34.87%

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

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

R = 34.87%
G = 16.15%
B = 48.97%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#883FBF (or 0x883FBF) is known color: Dark Orchid. HEX triplet: 88, 3F and BF. RGB value is (136,63,191). Sum of RGB (Red+Green+Blue) = 136+63+191=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #883FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FBF is #77C040. Grayscale: #626262. Windows color (decimal): -7848001 or 12533640. OLE color: 12533640.

HSL color Cylindrical-coordinate representation of color #883FBF: hue angle of 274.22º 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 #883FBF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 63 191 -
CMYK 0.29 0.67 0 0.25
HSL 274.22º 0.5% 0.5% -
HSV(B) 274.22º 0.67% 0.75% -
XYZ 21.33 12.55 50.59 -
YUV 99.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 136 63 191 0.29 0.67 0 0.25 274.22 0.5 0.5
Hex 88 3F BF 1D 43 0 19 112 32 32
Octal 210 77 277 35 103 0 31 422 62 62
Binary 10001000 111111 10111111 11101 1000011 0 11001 100010010 110010 110010

Color Harmonies of #883FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883FBF

Black with #883FBF

Text Example


Text Example

White with #883FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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