Html Css Color HEX #8523BD Dark Orchid

📋 copy color: '#8523BD'

red 133 ◦ green 35 ◦ blue 189

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

Shades of Dark Orchid #8523BD

Tints of Dark Orchid #8523BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.94%

R = 37.25%
G = 9.8%
B = 52.94%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8523BD (or 0x8523BD) is known color: Dark Orchid. HEX triplet: 85, 23 and BD. RGB value is (133,35,189). Sum of RGB (Red+Green+Blue) = 133+35+189=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #8523BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8523BD is #7ADC42. Grayscale: #515151. Windows color (decimal): -8051779 or 12395397. OLE color: 12395397.

HSL color Cylindrical-coordinate representation of color #8523BD: hue angle of 278.18º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8523BD is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 35 189 -
CMYK 0.30 0.81 0 0.26
HSL 278.18º 0.69% 0.44% -
HSV(B) 278.18º 0.81% 0.74% -
XYZ 19.46 9.86 49.02 -
YUV 81.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 133 35 189 0.30 0.81 0 0.26 278.18 0.69 0.44
Hex 85 23 BD 1E 51 0 1A 116 45 2C
Octal 205 43 275 36 121 0 32 426 105 54
Binary 10000101 100011 10111101 11110 1010001 0 11010 100010110 1000101 101100

Color Harmonies of #8523BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8523BD

Black with #8523BD

Text Example


Text Example

White with #8523BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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