Html Css Color HEX #8323C7 Dark Orchid

📋 copy color: '#8323C7'

red 131 ◦ green 35 ◦ blue 199

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

Shades of Dark Orchid #8323C7

Tints of Dark Orchid #8323C7

RGB

 RED value IS 131 (51.56% from 255) = 35.89%

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

 BLUE value IS 199 (78.13% from 255) = 54.52%

R = 35.89%
G = 9.59%
B = 54.52%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8323C7 (or 0x8323C7) is known color: Dark Orchid. HEX triplet: 83, 23 and C7. RGB value is (131,35,199). Sum of RGB (Red+Green+Blue) = 131+35+199=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #8323C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8323C7 is #7CDC38. Grayscale: #515151. Windows color (decimal): -8182841 or 13050755. OLE color: 13050755.

HSL color Cylindrical-coordinate representation of color #8323C7: hue angle of 275.12º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8323C7 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 35 199 -
CMYK 0.34 0.82 0 0.22
HSL 275.12º 0.7% 0.46% -
HSV(B) 275.12º 0.82% 0.78% -
XYZ 20.27 10.15 54.92 -
YUV 82.4 193.8 162.66 -
System Red Green Blue C M Y K H S L
Decimal 131 35 199 0.34 0.82 0 0.22 275.12 0.7 0.46
Hex 83 23 C7 22 52 0 16 113 46 2E
Octal 203 43 307 42 122 0 26 423 106 56
Binary 10000011 100011 11000111 100010 1010010 0 10110 100010011 1000110 101110

Color Harmonies of #8323C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8323C7

Black with #8323C7

Text Example


Text Example

White with #8323C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8323C7; }

 p { color: rgb(131,35,199); }

 H1.HeaderClassName
 {
   color: #8323C7;
 }
 .AnyTagClassName
 {
   color: #8323C7;
 }
</style>

background-color css

<style>
 a { background-color: #8323C7; }

 a { background-color: rgb(131,35,199); }

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

border-color css

<style>
 span { border-color: #8323C7; }

 span { border-color: rgb(131,35,199); }

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