Html Css Color HEX #8A28BF Dark Orchid

📋 copy color: '#8A28BF'

red 138 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #8A28BF

Tints of Dark Orchid #8A28BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.76%

R = 37.4%
G = 10.84%
B = 51.76%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A28BF (or 0x8A28BF) is known color: Dark Orchid. HEX triplet: 8A, 28 and BF. RGB value is (138,40,191). Sum of RGB (Red+Green+Blue) = 138+40+191=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A28BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A28BF is #75D740. Grayscale: #565656. Windows color (decimal): -7722817 or 12527754. OLE color: 12527754.

HSL color Cylindrical-coordinate representation of color #8A28BF: hue angle of 278.94º 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 #8A28BF is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 40 191 -
CMYK 0.28 0.79 0 0.25
HSL 278.94º 0.65% 0.45% -
HSV(B) 278.94º 0.79% 0.75% -
XYZ 20.64 10.68 50.26 -
YUV 86.52 186.97 164.72 -
System Red Green Blue C M Y K H S L
Decimal 138 40 191 0.28 0.79 0 0.25 278.94 0.65 0.45
Hex 8A 28 BF 1C 4F 0 19 117 41 2D
Octal 212 50 277 34 117 0 31 427 101 55
Binary 10001010 101000 10111111 11100 1001111 0 11001 100010111 1000001 101101

Color Harmonies of #8A28BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A28BF

Black with #8A28BF

Text Example


Text Example

White with #8A28BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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