Html Css Color HEX #8A2FBA Dark Orchid

📋 copy color: '#8A2FBA'

red 138 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #8A2FBA

Tints of Dark Orchid #8A2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 37.2%
G = 12.67%
B = 50.13%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A2FBA (or 0x8A2FBA) is known color: Dark Orchid. HEX triplet: 8A, 2F and BA. RGB value is (138,47,186). Sum of RGB (Red+Green+Blue) = 138+47+186=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2FBA is #75D045. Grayscale: #595959. Windows color (decimal): -7721030 or 12201866. OLE color: 12201866.

HSL color Cylindrical-coordinate representation of color #8A2FBA: hue angle of 279.28º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2FBA is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 47 186 -
CMYK 0.26 0.75 0 0.27
HSL 279.28º 0.6% 0.46% -
HSV(B) 279.28º 0.75% 0.73% -
XYZ 20.36 10.98 47.5 -
YUV 90.06 182.15 162.2 -
System Red Green Blue C M Y K H S L
Decimal 138 47 186 0.26 0.75 0 0.27 279.28 0.6 0.46
Hex 8A 2F BA 1A 4B 0 1B 117 3C 2E
Octal 212 57 272 32 113 0 33 427 74 56
Binary 10001010 101111 10111010 11010 1001011 0 11011 100010111 111100 101110

Color Harmonies of #8A2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2FBA

Black with #8A2FBA

Text Example


Text Example

White with #8A2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,47,186); }

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

background-color css

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

 a { background-color: rgb(138,47,186); }

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

border-color css

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

 span { border-color: rgb(138,47,186); }

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