Html Css Color HEX #8A3BC6 Dark Orchid

📋 copy color: '#8A3BC6'

red 138 ◦ green 59 ◦ blue 198

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

Shades of Dark Orchid #8A3BC6

Tints of Dark Orchid #8A3BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.13%

R = 34.94%
G = 14.94%
B = 50.13%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8A3BC6 (or 0x8A3BC6) is known color: Dark Orchid. HEX triplet: 8A, 3B and C6. RGB value is (138,59,198). Sum of RGB (Red+Green+Blue) = 138+59+198=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #8A3BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3BC6 is #75C439. Grayscale: #616161. Windows color (decimal): -7717946 or 12991370. OLE color: 12991370.

HSL color Cylindrical-coordinate representation of color #8A3BC6: hue angle of 274.1º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A3BC6 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 59 198 -
CMYK 0.30 0.70 0 0.22
HSL 274.1º 0.55% 0.5% -
HSV(B) 274.1º 0.7% 0.78% -
XYZ 22.24 12.61 54.69 -
YUV 98.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 138 59 198 0.30 0.70 0 0.22 274.1 0.55 0.5
Hex 8A 3B C6 1E 46 0 16 112 37 32
Octal 212 73 306 36 106 0 26 422 67 62
Binary 10001010 111011 11000110 11110 1000110 0 10110 100010010 110111 110010

Color Harmonies of #8A3BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3BC6

Black with #8A3BC6

Text Example


Text Example

White with #8A3BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,59,198); }

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

background-color css

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

 a { background-color: rgb(138,59,198); }

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

border-color css

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

 span { border-color: rgb(138,59,198); }

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