Html Css Color HEX #8A2BBE Dark Orchid

📋 copy color: '#8A2BBE'

red 138 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #8A2BBE

Tints of Dark Orchid #8A2BBE

RGB

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

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

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

R = 37.2%
G = 11.59%
B = 51.21%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A2BBE (or 0x8A2BBE) is known color: Dark Orchid. HEX triplet: 8A, 2B and BE. RGB value is (138,43,190). Sum of RGB (Red+Green+Blue) = 138+43+190=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2BBE is #75D441. Grayscale: #575757. Windows color (decimal): -7722050 or 12462986. OLE color: 12462986.

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

Color convert

RGB 138 43 190 -
CMYK 0.27 0.77 0 0.25
HSL 278.78º 0.63% 0.46% -
HSV(B) 278.78º 0.77% 0.75% -
XYZ 20.64 10.85 49.72 -
YUV 88.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 138 43 190 0.27 0.77 0 0.25 278.78 0.63 0.46
Hex 8A 2B BE 1B 4D 0 19 117 3F 2E
Octal 212 53 276 33 115 0 31 427 77 56
Binary 10001010 101011 10111110 11011 1001101 0 11001 100010111 111111 101110

Color Harmonies of #8A2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2BBE

Black with #8A2BBE

Text Example


Text Example

White with #8A2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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