Html Css Color HEX #8A25C8 Dark Orchid

📋 copy color: '#8A25C8'

red 138 ◦ green 37 ◦ blue 200

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

Shades of Dark Orchid #8A25C8

Tints of Dark Orchid #8A25C8

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

 BLUE value IS 200 (78.52% from 255) = 53.33%

R = 36.8%
G = 9.87%
B = 53.33%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8A25C8 (or 0x8A25C8) is known color: Dark Orchid. HEX triplet: 8A, 25 and C8. RGB value is (138,37,200). Sum of RGB (Red+Green+Blue) = 138+37+200=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #8A25C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A25C8 is #75DA37. Grayscale: #555555. Windows color (decimal): -7723576 or 13116810. OLE color: 13116810.

HSL color Cylindrical-coordinate representation of color #8A25C8: hue angle of 277.18º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A25C8 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 37 200 -
CMYK 0.31 0.82 0 0.22
HSL 277.18º 0.69% 0.46% -
HSV(B) 277.18º 0.82% 0.78% -
XYZ 21.57 10.9 55.61 -
YUV 85.78 192.46 165.25 -
System Red Green Blue C M Y K H S L
Decimal 138 37 200 0.31 0.82 0 0.22 277.18 0.69 0.46
Hex 8A 25 C8 1F 52 0 16 115 45 2E
Octal 212 45 310 37 122 0 26 425 105 56
Binary 10001010 100101 11001000 11111 1010010 0 10110 100010101 1000101 101110

Color Harmonies of #8A25C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A25C8

Black with #8A25C8

Text Example


Text Example

White with #8A25C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,37,200); }

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

background-color css

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

 a { background-color: rgb(138,37,200); }

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

border-color css

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

 span { border-color: rgb(138,37,200); }

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