Html Css Color HEX #883BB4 Dark Orchid

📋 copy color: '#883BB4'

red 136 ◦ green 59 ◦ blue 180

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

Shades of Dark Orchid #883BB4

Tints of Dark Orchid #883BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48%

R = 36.27%
G = 15.73%
B = 48%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#883BB4 (or 0x883BB4) is known color: Dark Orchid. HEX triplet: 88, 3B and B4. RGB value is (136,59,180). Sum of RGB (Red+Green+Blue) = 136+59+180=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #883BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BB4 is #77C44B. Grayscale: #5F5F5F. Windows color (decimal): -7849036 or 11811720. OLE color: 11811720.

HSL color Cylindrical-coordinate representation of color #883BB4: hue angle of 278.18º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883BB4 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 59 180 -
CMYK 0.24 0.67 0 0.29
HSL 278.18º 0.51% 0.47% -
HSV(B) 278.18º 0.67% 0.71% -
XYZ 19.96 11.66 44.38 -
YUV 95.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 136 59 180 0.24 0.67 0 0.29 278.18 0.51 0.47
Hex 88 3B B4 18 43 0 1D 116 33 2F
Octal 210 73 264 30 103 0 35 426 63 57
Binary 10001000 111011 10110100 11000 1000011 0 11101 100010110 110011 101111

Color Harmonies of #883BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883BB4

Black with #883BB4

Text Example


Text Example

White with #883BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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