Html Css Color HEX #883ABE Dark Orchid

📋 copy color: '#883ABE'

red 136 ◦ green 58 ◦ blue 190

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

Shades of Dark Orchid #883ABE

Tints of Dark Orchid #883ABE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.1%

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

R = 35.42%
G = 15.1%
B = 49.48%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#883ABE (or 0x883ABE) is known color: Dark Orchid. HEX triplet: 88, 3A and BE. RGB value is (136,58,190). Sum of RGB (Red+Green+Blue) = 136+58+190=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #883ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ABE is #77C541. Grayscale: #5F5F5F. Windows color (decimal): -7849282 or 12466824. OLE color: 12466824.

HSL color Cylindrical-coordinate representation of color #883ABE: hue angle of 275.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883ABE is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 58 190 -
CMYK 0.28 0.69 0 0.25
HSL 275.45º 0.53% 0.49% -
HSV(B) 275.45º 0.69% 0.75% -
XYZ 20.96 11.98 49.92 -
YUV 96.37 180.84 156.27 -
System Red Green Blue C M Y K H S L
Decimal 136 58 190 0.28 0.69 0 0.25 275.45 0.53 0.49
Hex 88 3A BE 1C 45 0 19 113 35 31
Octal 210 72 276 34 105 0 31 423 65 61
Binary 10001000 111010 10111110 11100 1000101 0 11001 100010011 110101 110001

Color Harmonies of #883ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883ABE

Black with #883ABE

Text Example


Text Example

White with #883ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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