Html Css Color HEX #883DBE Dark Orchid

📋 copy color: '#883DBE'

red 136 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #883DBE

Tints of Dark Orchid #883DBE

RGB

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

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

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

R = 35.14%
G = 15.76%
B = 49.1%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#883DBE (or 0x883DBE) is known color: Dark Orchid. HEX triplet: 88, 3D and BE. RGB value is (136,61,190). Sum of RGB (Red+Green+Blue) = 136+61+190=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #883DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DBE is #77C241. Grayscale: #616161. Windows color (decimal): -7848514 or 12467592. OLE color: 12467592.

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

Color convert

RGB 136 61 190 -
CMYK 0.28 0.68 0 0.25
HSL 274.88º 0.51% 0.49% -
HSV(B) 274.88º 0.68% 0.75% -
XYZ 21.12 12.29 49.97 -
YUV 98.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 136 61 190 0.28 0.68 0 0.25 274.88 0.51 0.49
Hex 88 3D BE 1C 44 0 19 113 33 31
Octal 210 75 276 34 104 0 31 423 63 61
Binary 10001000 111101 10111110 11100 1000100 0 11001 100010011 110011 110001

Color Harmonies of #883DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883DBE

Black with #883DBE

Text Example


Text Example

White with #883DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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