Html Css Color HEX #8A2BBA Dark Orchid

📋 copy color: '#8A2BBA'

red 138 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #8A2BBA

Tints of Dark Orchid #8A2BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.72%

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

R = 37.6%
G = 11.72%
B = 50.68%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A2BBA (or 0x8A2BBA) is known color: Dark Orchid. HEX triplet: 8A, 2B and BA. RGB value is (138,43,186). Sum of RGB (Red+Green+Blue) = 138+43+186=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2BBA is #75D445. Grayscale: #575757. Windows color (decimal): -7722054 or 12200842. OLE color: 12200842.

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

Color convert

RGB 138 43 186 -
CMYK 0.26 0.77 0 0.27
HSL 279.86º 0.62% 0.45% -
HSV(B) 279.86º 0.77% 0.73% -
XYZ 20.21 10.68 47.45 -
YUV 87.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 138 43 186 0.26 0.77 0 0.27 279.86 0.62 0.45
Hex 8A 2B BA 1A 4D 0 1B 118 3E 2D
Octal 212 53 272 32 115 0 33 430 76 55
Binary 10001010 101011 10111010 11010 1001101 0 11011 100011000 111110 101101

Color Harmonies of #8A2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2BBA

Black with #8A2BBA

Text Example


Text Example

White with #8A2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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