Html Css Color HEX #8525C7 Dark Orchid

📋 copy color: '#8525C7'

red 133 ◦ green 37 ◦ blue 199

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

Shades of Dark Orchid #8525C7

Tints of Dark Orchid #8525C7

RGB

 RED value IS 133 (52.34% from 255) = 36.04%

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

 BLUE value IS 199 (78.13% from 255) = 53.93%

R = 36.04%
G = 10.03%
B = 53.93%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8525C7 (or 0x8525C7) is known color: Dark Orchid. HEX triplet: 85, 25 and C7. RGB value is (133,37,199). Sum of RGB (Red+Green+Blue) = 133+37+199=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #8525C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8525C7 is #7ADA38. Grayscale: #535353. Windows color (decimal): -8051257 or 13051269. OLE color: 13051269.

HSL color Cylindrical-coordinate representation of color #8525C7: hue angle of 275.56º 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 #8525C7 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 37 199 -
CMYK 0.33 0.81 0 0.22
HSL 275.56º 0.69% 0.46% -
HSV(B) 275.56º 0.81% 0.78% -
XYZ 20.64 10.43 54.96 -
YUV 84.17 192.8 162.83 -
System Red Green Blue C M Y K H S L
Decimal 133 37 199 0.33 0.81 0 0.22 275.56 0.69 0.46
Hex 85 25 C7 21 51 0 16 114 45 2E
Octal 205 45 307 41 121 0 26 424 105 56
Binary 10000101 100101 11000111 100001 1010001 0 10110 100010100 1000101 101110

Color Harmonies of #8525C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8525C7

Black with #8525C7

Text Example


Text Example

White with #8525C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8525C7; }

 p { color: rgb(133,37,199); }

 H1.HeaderClassName
 {
   color: #8525C7;
 }
 .AnyTagClassName
 {
   color: #8525C7;
 }
</style>

background-color css

<style>
 a { background-color: #8525C7; }

 a { background-color: rgb(133,37,199); }

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

border-color css

<style>
 span { border-color: #8525C7; }

 span { border-color: rgb(133,37,199); }

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