Html Css Color HEX #8A26BC Dark Orchid

📋 copy color: '#8A26BC'

red 138 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #8A26BC

Tints of Dark Orchid #8A26BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.44%

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

R = 37.91%
G = 10.44%
B = 51.65%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A26BC (or 0x8A26BC) is known color: Dark Orchid. HEX triplet: 8A, 26 and BC. RGB value is (138,38,188). Sum of RGB (Red+Green+Blue) = 138+38+188=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A26BC is #75D943. Grayscale: #545454. Windows color (decimal): -7723332 or 12330634. OLE color: 12330634.

HSL color Cylindrical-coordinate representation of color #8A26BC: hue angle of 280º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A26BC is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 38 188 -
CMYK 0.27 0.80 0 0.26
HSL 280º 0.66% 0.44% -
HSV(B) 280º 0.8% 0.74% -
XYZ 20.25 10.42 48.52 -
YUV 85 186.13 165.8 -
System Red Green Blue C M Y K H S L
Decimal 138 38 188 0.27 0.80 0 0.26 280 0.66 0.44
Hex 8A 26 BC 1B 50 0 1A 118 42 2C
Octal 212 46 274 33 120 0 32 430 102 54
Binary 10001010 100110 10111100 11011 1010000 0 11010 100011000 1000010 101100

Color Harmonies of #8A26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A26BC

Black with #8A26BC

Text Example


Text Example

White with #8A26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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