Html Css Color HEX #8B37B8 Dark Orchid

📋 copy color: '#8B37B8'

red 139 ◦ green 55 ◦ blue 184

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

Shades of Dark Orchid #8B37B8

Tints of Dark Orchid #8B37B8

RGB

 RED value IS 139 (54.69% from 255) = 36.77%

 GREEN value IS 55 (21.88% from 255) = 14.55%

 BLUE value IS 184 (72.27% from 255) = 48.68%

R = 36.77%
G = 14.55%
B = 48.68%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8B37B8 (or 0x8B37B8) is known color: Dark Orchid. HEX triplet: 8B, 37 and B8. RGB value is (139,55,184). Sum of RGB (Red+Green+Blue) = 139+55+184=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #8B37B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B37B8 is #74C847. Grayscale: #5E5E5E. Windows color (decimal): -7653448 or 12072843. OLE color: 12072843.

HSL color Cylindrical-coordinate representation of color #8B37B8: hue angle of 279.07º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B37B8 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 139 55 184 -
CMYK 0.24 0.70 0 0.28
HSL 279.07º 0.54% 0.47% -
HSV(B) 279.07º 0.7% 0.72% -
XYZ 20.67 11.68 46.51 -
YUV 94.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 139 55 184 0.24 0.70 0 0.28 279.07 0.54 0.47
Hex 8B 37 B8 18 46 0 1C 117 36 2F
Octal 213 67 270 30 106 0 34 427 66 57
Binary 10001011 110111 10111000 11000 1000110 0 11100 100010111 110110 101111

Color Harmonies of #8B37B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B37B8

Black with #8B37B8

Text Example


Text Example

White with #8B37B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B37B8; }

 p { color: rgb(139,55,184); }

 H1.HeaderClassName
 {
   color: #8B37B8;
 }
 .AnyTagClassName
 {
   color: #8B37B8;
 }
</style>

background-color css

<style>
 a { background-color: #8B37B8; }

 a { background-color: rgb(139,55,184); }

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

border-color css

<style>
 span { border-color: #8B37B8; }

 span { border-color: rgb(139,55,184); }

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