Html Css Color HEX #8523C2 Dark Orchid

📋 copy color: '#8523C2'

red 133 ◦ green 35 ◦ blue 194

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

Shades of Dark Orchid #8523C2

Tints of Dark Orchid #8523C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.59%

R = 36.74%
G = 9.67%
B = 53.59%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8523C2 (or 0x8523C2) is known color: Dark Orchid. HEX triplet: 85, 23 and C2. RGB value is (133,35,194). Sum of RGB (Red+Green+Blue) = 133+35+194=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 194 (76.17% from 255 or 53.59% from 362); Max value from RGB is 194 - color contains mainly: blue. Hex color #8523C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8523C2 is #7ADC3D. Grayscale: #515151. Windows color (decimal): -8051774 or 12723077. OLE color: 12723077.

HSL color Cylindrical-coordinate representation of color #8523C2: hue angle of 276.98º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8523C2 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 35 194 -
CMYK 0.31 0.82 0 0.24
HSL 276.98º 0.69% 0.45% -
HSV(B) 276.98º 0.82% 0.76% -
XYZ 20.01 10.08 51.93 -
YUV 82.43 190.97 164.07 -
System Red Green Blue C M Y K H S L
Decimal 133 35 194 0.31 0.82 0 0.24 276.98 0.69 0.45
Hex 85 23 C2 1F 52 0 18 115 45 2D
Octal 205 43 302 37 122 0 30 425 105 55
Binary 10000101 100011 11000010 11111 1010010 0 11000 100010101 1000101 101101

Color Harmonies of #8523C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8523C2

Black with #8523C2

Text Example


Text Example

White with #8523C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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