Html Css Color HEX #8A3EBF Dark Orchid

📋 copy color: '#8A3EBF'

red 138 ◦ green 62 ◦ blue 191

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

Shades of Dark Orchid #8A3EBF

Tints of Dark Orchid #8A3EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.85%

R = 35.29%
G = 15.86%
B = 48.85%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A3EBF (or 0x8A3EBF) is known color: Dark Orchid. HEX triplet: 8A, 3E and BF. RGB value is (138,62,191). Sum of RGB (Red+Green+Blue) = 138+62+191=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A3EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3EBF is #75C140. Grayscale: #626262. Windows color (decimal): -7717185 or 12533386. OLE color: 12533386.

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

Color convert

RGB 138 62 191 -
CMYK 0.28 0.68 0 0.25
HSL 275.35º 0.51% 0.5% -
HSV(B) 275.35º 0.68% 0.75% -
XYZ 21.61 12.61 50.59 -
YUV 99.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 138 62 191 0.28 0.68 0 0.25 275.35 0.51 0.5
Hex 8A 3E BF 1C 44 0 19 113 33 32
Octal 212 76 277 34 104 0 31 423 63 62
Binary 10001010 111110 10111111 11100 1000100 0 11001 100010011 110011 110010

Color Harmonies of #8A3EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3EBF

Black with #8A3EBF

Text Example


Text Example

White with #8A3EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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