Html Css Color HEX #8B36BA Dark Orchid

📋 copy color: '#8B36BA'

red 139 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #8B36BA

Tints of Dark Orchid #8B36BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.25%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 36.68%
G = 14.25%
B = 49.08%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B36BA (or 0x8B36BA) is known color: Dark Orchid. HEX triplet: 8B, 36 and BA. RGB value is (139,54,186). Sum of RGB (Red+Green+Blue) = 139+54+186=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B36BA is #74C945. Grayscale: #5E5E5E. Windows color (decimal): -7653702 or 12203659. OLE color: 12203659.

HSL color Cylindrical-coordinate representation of color #8B36BA: hue angle of 278.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B36BA is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 54 186 -
CMYK 0.25 0.71 0 0.27
HSL 278.64º 0.55% 0.47% -
HSV(B) 278.64º 0.71% 0.73% -
XYZ 20.83 11.67 47.61 -
YUV 94.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 139 54 186 0.25 0.71 0 0.27 278.64 0.55 0.47
Hex 8B 36 BA 19 47 0 1B 117 37 2F
Octal 213 66 272 31 107 0 33 427 67 57
Binary 10001011 110110 10111010 11001 1000111 0 11011 100010111 110111 101111

Color Harmonies of #8B36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B36BA

Black with #8B36BA

Text Example


Text Example

White with #8B36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,54,186); }

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

background-color css

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

 a { background-color: rgb(139,54,186); }

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

border-color css

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

 span { border-color: rgb(139,54,186); }

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