Html Css Color HEX #8A18B6 Dark Orchid

📋 copy color: '#8A18B6'

red 138 ◦ green 24 ◦ blue 182

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

Shades of Dark Orchid #8A18B6

Tints of Dark Orchid #8A18B6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.98%

 BLUE value IS 182 (71.48% from 255) = 52.91%

R = 40.12%
G = 6.98%
B = 52.91%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A18B6 (or 0x8A18B6) is known color: Dark Orchid. HEX triplet: 8A, 18 and B6. RGB value is (138,24,182). Sum of RGB (Red+Green+Blue) = 138+24+182=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A18B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A18B6 is #75E749. Grayscale: #4B4B4B. Windows color (decimal): -7726922 or 11933834. OLE color: 11933834.

HSL color Cylindrical-coordinate representation of color #8A18B6: hue angle of 283.29º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A18B6 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 24 182 -
CMYK 0.24 0.87 0 0.29
HSL 283.29º 0.77% 0.4% -
HSV(B) 283.29º 0.87% 0.71% -
XYZ 19.25 9.43 45.06 -
YUV 76.1 187.77 172.15 -
System Red Green Blue C M Y K H S L
Decimal 138 24 182 0.24 0.87 0 0.29 283.29 0.77 0.4
Hex 8A 18 B6 18 57 0 1D 11B 4D 28
Octal 212 30 266 30 127 0 35 433 115 50
Binary 10001010 11000 10110110 11000 1010111 0 11101 100011011 1001101 101000

Color Harmonies of #8A18B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A18B6

Black with #8A18B6

Text Example


Text Example

White with #8A18B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,24,182); }

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

background-color css

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

 a { background-color: rgb(138,24,182); }

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

border-color css

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

 span { border-color: rgb(138,24,182); }

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