Html Css Color HEX #8A26CE Dark Orchid

📋 copy color: '#8A26CE'

red 138 ◦ green 38 ◦ blue 206

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

Shades of Dark Orchid #8A26CE

Tints of Dark Orchid #8A26CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 36.13%
G = 9.95%
B = 53.93%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A26CE (or 0x8A26CE) is known color: Dark Orchid. HEX triplet: 8A, 26 and CE. RGB value is (138,38,206). Sum of RGB (Red+Green+Blue) = 138+38+206=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A26CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A26CE is #75D931. Grayscale: #565656. Windows color (decimal): -7723314 or 13510282. OLE color: 13510282.

HSL color Cylindrical-coordinate representation of color #8A26CE: hue angle of 275.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A26CE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 38 206 -
CMYK 0.33 0.82 0 0.19
HSL 275.71º 0.69% 0.48% -
HSV(B) 275.71º 0.82% 0.81% -
XYZ 22.31 11.25 59.39 -
YUV 87.05 195.13 164.34 -
System Red Green Blue C M Y K H S L
Decimal 138 38 206 0.33 0.82 0 0.19 275.71 0.69 0.48
Hex 8A 26 CE 21 52 0 13 114 45 30
Octal 212 46 316 41 122 0 23 424 105 60
Binary 10001010 100110 11001110 100001 1010010 0 10011 100010100 1000101 110000

Color Harmonies of #8A26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A26CE

Black with #8A26CE

Text Example


Text Example

White with #8A26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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