Html Css Color HEX #8A28BE Dark Orchid

📋 copy color: '#8A28BE'

red 138 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #8A28BE

Tints of Dark Orchid #8A28BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.87%

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

R = 37.5%
G = 10.87%
B = 51.63%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A28BE (or 0x8A28BE) is known color: Dark Orchid. HEX triplet: 8A, 28 and BE. RGB value is (138,40,190). Sum of RGB (Red+Green+Blue) = 138+40+190=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A28BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A28BE is #75D741. Grayscale: #555555. Windows color (decimal): -7722818 or 12462218. OLE color: 12462218.

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

Color convert

RGB 138 40 190 -
CMYK 0.27 0.79 0 0.25
HSL 279.2º 0.65% 0.45% -
HSV(B) 279.2º 0.79% 0.75% -
XYZ 20.53 10.64 49.69 -
YUV 86.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 138 40 190 0.27 0.79 0 0.25 279.2 0.65 0.45
Hex 8A 28 BE 1B 4F 0 19 117 41 2D
Octal 212 50 276 33 117 0 31 427 101 55
Binary 10001010 101000 10111110 11011 1001111 0 11001 100010111 1000001 101101

Color Harmonies of #8A28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A28BE

Black with #8A28BE

Text Example


Text Example

White with #8A28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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