Html Css Color HEX #883BBB Dark Orchid

📋 copy color: '#883BBB'

red 136 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #883BBB

Tints of Dark Orchid #883BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.45%

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 35.6%
G = 15.45%
B = 48.95%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#883BBB (or 0x883BBB) is known color: Dark Orchid. HEX triplet: 88, 3B and BB. RGB value is (136,59,187). Sum of RGB (Red+Green+Blue) = 136+59+187=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #883BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BBB is #77C444. Grayscale: #606060. Windows color (decimal): -7849029 or 12270472. OLE color: 12270472.

HSL color Cylindrical-coordinate representation of color #883BBB: hue angle of 276.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #883BBB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 59 187 -
CMYK 0.27 0.68 0 0.27
HSL 276.09º 0.52% 0.48% -
HSV(B) 276.09º 0.68% 0.73% -
XYZ 20.69 11.95 48.23 -
YUV 96.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 136 59 187 0.27 0.68 0 0.27 276.09 0.52 0.48
Hex 88 3B BB 1B 44 0 1B 114 34 30
Octal 210 73 273 33 104 0 33 424 64 60
Binary 10001000 111011 10111011 11011 1000100 0 11011 100010100 110100 110000

Color Harmonies of #883BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883BBB

Black with #883BBB

Text Example


Text Example

White with #883BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,59,187); }

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

background-color css

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

 a { background-color: rgb(136,59,187); }

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

border-color css

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

 span { border-color: rgb(136,59,187); }

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