Html Css Color HEX #8A3EBE Dark Orchid

📋 copy color: '#8A3EBE'

red 138 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #8A3EBE

Tints of Dark Orchid #8A3EBE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.9%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 35.38%
G = 15.9%
B = 48.72%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A3EBE (or 0x8A3EBE) is known color: Dark Orchid. HEX triplet: 8A, 3E and BE. RGB value is (138,62,190). Sum of RGB (Red+Green+Blue) = 138+62+190=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A3EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3EBE is #75C141. Grayscale: #626262. Windows color (decimal): -7717186 or 12467850. OLE color: 12467850.

HSL color Cylindrical-coordinate representation of color #8A3EBE: hue angle of 275.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3EBE is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 62 190 -
CMYK 0.27 0.67 0 0.25
HSL 275.63º 0.51% 0.49% -
HSV(B) 275.63º 0.67% 0.75% -
XYZ 21.5 12.57 50.01 -
YUV 99.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 138 62 190 0.27 0.67 0 0.25 275.63 0.51 0.49
Hex 8A 3E BE 1B 43 0 19 114 33 31
Octal 212 76 276 33 103 0 31 424 63 61
Binary 10001010 111110 10111110 11011 1000011 0 11001 100010100 110011 110001

Color Harmonies of #8A3EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3EBE

Black with #8A3EBE

Text Example


Text Example

White with #8A3EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,62,190); }

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

background-color css

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

 a { background-color: rgb(138,62,190); }

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

border-color css

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

 span { border-color: rgb(138,62,190); }

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