Html Css Color HEX #8A19BC Dark Orchid

📋 copy color: '#8A19BC'

red 138 ◦ green 25 ◦ blue 188

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

Shades of Dark Orchid #8A19BC

Tints of Dark Orchid #8A19BC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 39.32%
G = 7.12%
B = 53.56%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A19BC (or 0x8A19BC) is known color: Dark Orchid. HEX triplet: 8A, 19 and BC. RGB value is (138,25,188). Sum of RGB (Red+Green+Blue) = 138+25+188=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A19BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A19BC is #75E643. Grayscale: #4C4C4C. Windows color (decimal): -7726660 or 12327306. OLE color: 12327306.

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

Color convert

RGB 138 25 188 -
CMYK 0.27 0.87 0 0.26
HSL 281.6º 0.77% 0.42% -
HSV(B) 281.6º 0.87% 0.74% -
XYZ 19.91 9.73 48.41 -
YUV 77.37 190.44 171.25 -
System Red Green Blue C M Y K H S L
Decimal 138 25 188 0.27 0.87 0 0.26 281.6 0.77 0.42
Hex 8A 19 BC 1B 57 0 1A 11A 4D 2A
Octal 212 31 274 33 127 0 32 432 115 52
Binary 10001010 11001 10111100 11011 1010111 0 11010 100011010 1001101 101010

Color Harmonies of #8A19BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A19BC

Black with #8A19BC

Text Example


Text Example

White with #8A19BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,25,188); }

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

background-color css

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

 a { background-color: rgb(138,25,188); }

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

border-color css

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

 span { border-color: rgb(138,25,188); }

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