Html Css Color HEX #8423BC Dark Orchid

📋 copy color: '#8423BC'

red 132 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #8423BC

Tints of Dark Orchid #8423BC

RGB

 RED value IS 132 (51.95% from 255) = 37.18%

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

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 37.18%
G = 9.86%
B = 52.96%

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

#8423BC (or 0x8423BC) is known color: Dark Orchid. HEX triplet: 84, 23 and BC. RGB value is (132,35,188). Sum of RGB (Red+Green+Blue) = 132+35+188=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #8423BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8423BC is #7BDC43. Grayscale: #505050. Windows color (decimal): -8117316 or 12329860. OLE color: 12329860.

HSL color Cylindrical-coordinate representation of color #8423BC: hue angle of 278.04º 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 #8423BC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 35 188 -
CMYK 0.30 0.81 0 0.26
HSL 278.04º 0.69% 0.44% -
HSV(B) 278.04º 0.81% 0.74% -
XYZ 19.19 9.74 48.45 -
YUV 81.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 132 35 188 0.30 0.81 0 0.26 278.04 0.69 0.44
Hex 84 23 BC 1E 51 0 1A 116 45 2C
Octal 204 43 274 36 121 0 32 426 105 54
Binary 10000100 100011 10111100 11110 1010001 0 11010 100010110 1000101 101100

Color Harmonies of #8423BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8423BC

Black with #8423BC

Text Example


Text Example

White with #8423BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8423BC; }

 p { color: rgb(132,35,188); }

 H1.HeaderClassName
 {
   color: #8423BC;
 }
 .AnyTagClassName
 {
   color: #8423BC;
 }
</style>

background-color css

<style>
 a { background-color: #8423BC; }

 a { background-color: rgb(132,35,188); }

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

border-color css

<style>
 span { border-color: #8423BC; }

 span { border-color: rgb(132,35,188); }

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