Html Css Color HEX #8523CA Dark Orchid

📋 copy color: '#8523CA'

red 133 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #8523CA

Tints of Dark Orchid #8523CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.46%

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

R = 35.95%
G = 9.46%
B = 54.59%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8523CA (or 0x8523CA) is known color: Dark Orchid. HEX triplet: 85, 23 and CA. RGB value is (133,35,202). Sum of RGB (Red+Green+Blue) = 133+35+202=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #8523CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8523CA is #7ADC35. Grayscale: #525252. Windows color (decimal): -8051766 or 13247365. OLE color: 13247365.

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

Color convert

RGB 133 35 202 -
CMYK 0.34 0.83 0 0.21
HSL 275.21º 0.7% 0.46% -
HSV(B) 275.21º 0.83% 0.79% -
XYZ 20.93 10.45 56.79 -
YUV 83.34 194.97 163.42 -
System Red Green Blue C M Y K H S L
Decimal 133 35 202 0.34 0.83 0 0.21 275.21 0.7 0.46
Hex 85 23 CA 22 53 0 15 113 46 2E
Octal 205 43 312 42 123 0 25 423 106 56
Binary 10000101 100011 11001010 100010 1010011 0 10101 100010011 1000110 101110

Color Harmonies of #8523CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8523CA

Black with #8523CA

Text Example


Text Example

White with #8523CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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