Html Css Color HEX #8A28CF Dark Orchid

📋 copy color: '#8A28CF'

red 138 ◦ green 40 ◦ blue 207

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

Shades of Dark Orchid #8A28CF

Tints of Dark Orchid #8A28CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 35.84%
G = 10.39%
B = 53.77%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A28CF (or 0x8A28CF) is known color: Dark Orchid. HEX triplet: 8A, 28 and CF. RGB value is (138,40,207). Sum of RGB (Red+Green+Blue) = 138+40+207=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A28CF is #75D730. Grayscale: #575757. Windows color (decimal): -7722801 or 13576330. OLE color: 13576330.

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

Color convert

RGB 138 40 207 -
CMYK 0.33 0.81 0 0.19
HSL 275.21º 0.68% 0.48% -
HSV(B) 275.21º 0.81% 0.81% -
XYZ 22.5 11.43 60.05 -
YUV 88.34 194.97 163.42 -
System Red Green Blue C M Y K H S L
Decimal 138 40 207 0.33 0.81 0 0.19 275.21 0.68 0.48
Hex 8A 28 CF 21 51 0 13 113 44 30
Octal 212 50 317 41 121 0 23 423 104 60
Binary 10001010 101000 11001111 100001 1010001 0 10011 100010011 1000100 110000

Color Harmonies of #8A28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A28CF

Black with #8A28CF

Text Example


Text Example

White with #8A28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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