Html Css Color HEX #8A3ACA Dark Orchid

📋 copy color: '#8A3ACA'

red 138 ◦ green 58 ◦ blue 202

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

Shades of Dark Orchid #8A3ACA

Tints of Dark Orchid #8A3ACA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.57%

 BLUE value IS 202 (79.3% from 255) = 50.75%

R = 34.67%
G = 14.57%
B = 50.75%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A3ACA (or 0x8A3ACA) is known color: Dark Orchid. HEX triplet: 8A, 3A and CA. RGB value is (138,58,202). Sum of RGB (Red+Green+Blue) = 138+58+202=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A3ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3ACA is #75C535. Grayscale: #616161. Windows color (decimal): -7718198 or 13253258. OLE color: 13253258.

HSL color Cylindrical-coordinate representation of color #8A3ACA: hue angle of 273.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A3ACA is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 58 202 -
CMYK 0.32 0.71 0 0.21
HSL 273.33º 0.58% 0.51% -
HSV(B) 273.33º 0.71% 0.79% -
XYZ 22.65 12.69 57.13 -
YUV 98.34 186.5 156.29 -
System Red Green Blue C M Y K H S L
Decimal 138 58 202 0.32 0.71 0 0.21 273.33 0.58 0.51
Hex 8A 3A CA 20 47 0 15 111 3A 33
Octal 212 72 312 40 107 0 25 421 72 63
Binary 10001010 111010 11001010 100000 1000111 0 10101 100010001 111010 110011

Color Harmonies of #8A3ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3ACA

Black with #8A3ACA

Text Example


Text Example

White with #8A3ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,58,202); }

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

background-color css

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

 a { background-color: rgb(138,58,202); }

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

border-color css

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

 span { border-color: rgb(138,58,202); }

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