Html Css Color HEX #8538CA Dark Orchid

📋 copy color: '#8538CA'

red 133 ◦ green 56 ◦ blue 202

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

Shades of Dark Orchid #8538CA

Tints of Dark Orchid #8538CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.32%

 BLUE value IS 202 (79.3% from 255) = 51.66%

R = 34.02%
G = 14.32%
B = 51.66%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8538CA (or 0x8538CA) is known color: Dark Orchid. HEX triplet: 85, 38 and CA. RGB value is (133,56,202). Sum of RGB (Red+Green+Blue) = 133+56+202=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #8538CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8538CA is #7AC735. Grayscale: #5F5F5F. Windows color (decimal): -8046390 or 13252741. OLE color: 13252741.

HSL color Cylindrical-coordinate representation of color #8538CA: hue angle of 271.64º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8538CA is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 56 202 -
CMYK 0.34 0.72 0 0.21
HSL 271.64º 0.58% 0.51% -
HSV(B) 271.64º 0.72% 0.79% -
XYZ 21.75 12.08 57.06 -
YUV 95.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 133 56 202 0.34 0.72 0 0.21 271.64 0.58 0.51
Hex 85 38 CA 22 48 0 15 110 3A 33
Octal 205 70 312 42 110 0 25 420 72 63
Binary 10000101 111000 11001010 100010 1001000 0 10101 100010000 111010 110011

Color Harmonies of #8538CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8538CA

Black with #8538CA

Text Example


Text Example

White with #8538CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8538CA; }

 p { color: rgb(133,56,202); }

 H1.HeaderClassName
 {
   color: #8538CA;
 }
 .AnyTagClassName
 {
   color: #8538CA;
 }
</style>

background-color css

<style>
 a { background-color: #8538CA; }

 a { background-color: rgb(133,56,202); }

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

border-color css

<style>
 span { border-color: #8538CA; }

 span { border-color: rgb(133,56,202); }

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