Html Css Color HEX #8A2CBB Dark Orchid

📋 copy color: '#8A2CBB'

red 138 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #8A2CBB

Tints of Dark Orchid #8A2CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.92%

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 37.4%
G = 11.92%
B = 50.68%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A2CBB (or 0x8A2CBB) is known color: Dark Orchid. HEX triplet: 8A, 2C and BB. RGB value is (138,44,187). Sum of RGB (Red+Green+Blue) = 138+44+187=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A2CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2CBB is #75D344. Grayscale: #575757. Windows color (decimal): -7721797 or 12266634. OLE color: 12266634.

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

Color convert

RGB 138 44 187 -
CMYK 0.26 0.76 0 0.27
HSL 279.44º 0.62% 0.45% -
HSV(B) 279.44º 0.76% 0.73% -
XYZ 20.35 10.79 48.02 -
YUV 88.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 138 44 187 0.26 0.76 0 0.27 279.44 0.62 0.45
Hex 8A 2C BB 1A 4C 0 1B 117 3E 2D
Octal 212 54 273 32 114 0 33 427 76 55
Binary 10001010 101100 10111011 11010 1001100 0 11011 100010111 111110 101101

Color Harmonies of #8A2CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2CBB

Black with #8A2CBB

Text Example


Text Example

White with #8A2CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,44,187); }

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

background-color css

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

 a { background-color: rgb(138,44,187); }

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

border-color css

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

 span { border-color: rgb(138,44,187); }

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