Html Css Color HEX #8A36BD Dark Orchid

📋 copy color: '#8A36BD'

red 138 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #8A36BD

Tints of Dark Orchid #8A36BD

RGB

 RED value IS 138 (54.3% from 255) = 36.22%

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

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 36.22%
G = 14.17%
B = 49.61%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A36BD (or 0x8A36BD) is known color: Dark Orchid. HEX triplet: 8A, 36 and BD. RGB value is (138,54,189). Sum of RGB (Red+Green+Blue) = 138+54+189=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A36BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A36BD is #75C942. Grayscale: #5E5E5E. Windows color (decimal): -7719235 or 12400266. OLE color: 12400266.

HSL color Cylindrical-coordinate representation of color #8A36BD: hue angle of 277.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A36BD is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 54 189 -
CMYK 0.27 0.71 0 0.26
HSL 277.33º 0.56% 0.48% -
HSV(B) 277.33º 0.71% 0.74% -
XYZ 20.99 11.72 49.3 -
YUV 94.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 138 54 189 0.27 0.71 0 0.26 277.33 0.56 0.48
Hex 8A 36 BD 1B 47 0 1A 115 38 30
Octal 212 66 275 33 107 0 32 425 70 60
Binary 10001010 110110 10111101 11011 1000111 0 11010 100010101 111000 110000

Color Harmonies of #8A36BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A36BD

Black with #8A36BD

Text Example


Text Example

White with #8A36BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,54,189); }

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

background-color css

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

 a { background-color: rgb(138,54,189); }

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

border-color css

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

 span { border-color: rgb(138,54,189); }

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